Html Css Color HEX #CB1415 Fire Engine Red

📋 copy color: '#CB1415'

red 203 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #CB1415

Tints of Fire Engine Red #CB1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

 BLUE value IS 21 (8.59% from 255) = 8.61%

R = 83.2%
G = 8.2%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#CB1415 (or 0xCB1415) is known color: Fire Engine Red. HEX triplet: CB, 14 and 15. RGB value is (203,20,21). Sum of RGB (Red+Green+Blue) = 203+20+21=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1415 is #34EBEA. Grayscale: #4B4B4B. Windows color (decimal): -3468267 or 1381579. OLE color: 1381579.

HSL color Cylindrical-coordinate representation of color #CB1415: hue angle of 359.67º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1415 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 21 -
CMYK 0 0.90 0.90 0.20
HSL 359.67º 0.82% 0.44% -
HSV(B) 359.67º 0.9% 0.8% -
XYZ 25.01 13.25 1.95 -
YUV 74.83 97.63 219.42 -
System Red Green Blue C M Y K H S L
Decimal 203 20 21 0 0.90 0.90 0.20 359.67 0.82 0.44
Hex CB 14 15 0 5A 5A 14 168 52 2C
Octal 313 24 25 0 132 132 24 550 122 54
Binary 11001011 10100 10101 0 1011010 1011010 10100 101101000 1010010 101100

Color Harmonies of #CB1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1415

Black with #CB1415

Text Example


Text Example

White with #CB1415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1415; }

 p { color: rgb(203,20,21); }

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

background-color css

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

 a { background-color: rgb(203,20,21); }

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

border-color css

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

 span { border-color: rgb(203,20,21); }

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