#CB111E

Color #CB111E Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #CB111E

Tints of Fire Engine Red #CB111E

Color information

#CB111E (or 0xCB111E) is unknown color: approx Fire Engine Red. HEX triplet: CB, 11 and 1E. RGB value is (203,17,30). Sum of RGB (Red+Green+Blue) = 203+17+30=250 (33% of max value = 765). Red value is 203 (79.69% from 255 or 81.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 203 - color contains mainly: red. Hex color #CB111E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB111E is #34EEE1. Grayscale: #4A4A4A. Windows color (decimal): -3469026 or 1970635. OLE color: 1970635.

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

Color convert

RGB2031730-
CMYK00.920.850.20
HSL355.81º84.55%43.14%-
HSV(B)355.81º91.63%79.61%-
XYZ25.0613.192.45-
YUV74.1103.12219.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 81.2%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 30 (12.11% from 255) = 12%
R=81.2%
G=6.8%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203173000.920.850.20355.8184.5543.14
HexCB111E05C5514164552b
Octal313213601341252454412553
Binary110010111000111110010111001010101101001011001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB111E; }

 p { color: rgb(203,17,30); }

 H1.HeaderClassName
 {
   color: #CB111E;
 }
 .AnyTagClassName
 {
   color: #CB111E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,17,30); }

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

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

 span { border-color: rgb(203,17,30); }

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