Html Css Color HEX #CB1418 Fire Engine Red

📋 copy color: '#CB1418'

red 203 ◦ green 20 ◦ blue 24

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

Shades of Fire Engine Red #CB1418

Tints of Fire Engine Red #CB1418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 82.19%
G = 8.1%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#CB1418 (or 0xCB1418) is known color: Fire Engine Red. HEX triplet: CB, 14 and 18. RGB value is (203,20,24). Sum of RGB (Red+Green+Blue) = 203+20+24=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1418 is #34EBE7. Grayscale: #4B4B4B. Windows color (decimal): -3468264 or 1578187. OLE color: 1578187.

HSL color Cylindrical-coordinate representation of color #CB1418: hue angle of 358.69º 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 #CB1418 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 20 24 -
CMYK 0 0.90 0.88 0.20
HSL 358.69º 0.82% 0.44% -
HSV(B) 358.69º 0.9% 0.8% -
XYZ 25.04 13.26 2.1 -
YUV 75.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 203 20 24 0 0.90 0.88 0.20 358.69 0.82 0.44
Hex CB 14 18 0 5A 58 14 167 52 2C
Octal 313 24 30 0 132 130 24 547 122 54
Binary 11001011 10100 11000 0 1011010 1011000 10100 101100111 1010010 101100

Color Harmonies of #CB1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1418

Black with #CB1418

Text Example


Text Example

White with #CB1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1418; }

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

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

background-color css

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

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

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

border-color css

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

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

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