Html Css Color HEX #CB1219 Fire Engine Red

📋 copy color: '#CB1219'

red 203 ◦ green 18 ◦ blue 25

#CB1219
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CB1219

Tints of Fire Engine Red #CB1219

RGB

 RED value IS 203 (79.69% from 255) = 82.52%

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 25 (10.16% from 255) = 10.16%

R = 82.52%
G = 7.32%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB1219 (or 0xCB1219) is known color: Fire Engine Red. HEX triplet: CB, 12 and 19. RGB value is (203,18,25). Sum of RGB (Red+Green+Blue) = 203+18+25=246 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.52% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1219 is #34EDE6. Grayscale: #4A4A4A. Windows color (decimal): -3468775 or 1643211. OLE color: 1643211.

HSL color Cylindrical-coordinate representation of color #CB1219: hue angle of 357.73º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB1219 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 18 25 -
CMYK 0 0.91 0.88 0.20
HSL 357.73º 0.84% 0.43% -
HSV(B) 357.73º 0.91% 0.8% -
XYZ 25.02 13.2 2.15 -
YUV 74.11 100.29 219.93 -
System Red Green Blue C M Y K H S L
Decimal 203 18 25 0 0.91 0.88 0.20 357.73 0.84 0.43
Hex CB 12 19 0 5B 58 14 166 54 2B
Octal 313 22 31 0 133 130 24 546 124 53
Binary 11001011 10010 11001 0 1011011 1011000 10100 101100110 1010100 101011

Color Harmonies of #CB1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1219

Black with #CB1219

Text Example


Text Example

White with #CB1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1219; }

 p { color: rgb(203,18,25); }

 H1.HeaderClassName
 {
   color: #CB1219;
 }
 .AnyTagClassName
 {
   color: #CB1219;
 }
</style>

background-color css

<style>
 a { background-color: #CB1219; }

 a { background-color: rgb(203,18,25); }

 div.DivClassName
 {
   background-color: #CB1219;
 }
 .BgClassName
 {
   background-color: #CB1219;
 }
</style>

border-color css

<style>
 span { border-color: #CB1219; }

 span { border-color: rgb(203,18,25); }

 td.TdClassName
 {
   border-color: #CB1219;
 }
 .TagClassName
 {
   border-color: #CB1219;
 }
</style>