#CB0E26

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

Shades of Fire Engine Red #CB0E26

Tints of Fire Engine Red #CB0E26

Color information

#CB0E26 (or 0xCB0E26) is unknown color: approx Fire Engine Red. HEX triplet: CB, 0E and 26. RGB value is (203,14,38). Sum of RGB (Red+Green+Blue) = 203+14+38=255 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.61% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E26 is #34F1D9. Grayscale: #494949. Windows color (decimal): -3469786 or 2494155. OLE color: 2494155.

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

Color convert

RGB2031438-
CMYK00.930.810.20
HSL352.38º87.1%42.55%-
HSV(B)352.38º93.1%79.61%-
XYZ25.1413.153.05-
YUV73.25108.12220.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 79.61%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 38 (15.23% from 255) = 14.90%
R=79.61%
G=5.49%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203143800.930.810.20352.3887.142.55
HexCBE2605D5114160572b
Octal313164601351212454012753
Binary110010111110100110010111011010001101001011000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E26; }

 p { color: rgb(203,14,38); }

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

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

 a { background-color: rgb(203,14,38); }

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

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

 span { border-color: rgb(203,14,38); }

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