#CB0E27

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

Shades of Fire Engine Red #CB0E27

Tints of Fire Engine Red #CB0E27

Color information

#CB0E27 (or 0xCB0E27) is unknown color: approx Fire Engine Red. HEX triplet: CB, 0E and 27. RGB value is (203,14,39). Sum of RGB (Red+Green+Blue) = 203+14+39=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E27 is #34F1D8. Grayscale: #494949. Windows color (decimal): -3469785 or 2559691. OLE color: 2559691.

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

Color convert

RGB2031439-
CMYK00.930.810.20
HSL352.06º87.1%42.55%-
HSV(B)352.06º93.1%79.61%-
XYZ25.1513.163.13-
YUV73.36108.62220.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 79.30%
GREEN value IS 14 (5.86% from 255) = 5.47%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=79.30%
G=5.47%
B=15.23%

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
Decimal203143900.930.810.20352.0687.142.55
HexCBE2705D5114160572b
Octal313164701351212454012753
Binary110010111110100111010111011010001101001011000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E27; }

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

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

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

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

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

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

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

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