#CB0E28

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

Shades of Fire Engine Red #CB0E28

Tints of Fire Engine Red #CB0E28

Color information

#CB0E28 (or 0xCB0E28) is unknown color: approx Fire Engine Red. HEX triplet: CB, 0E and 28. RGB value is (203,14,40). Sum of RGB (Red+Green+Blue) = 203+14+40=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0E28 is #34F1D7. Grayscale: #494949. Windows color (decimal): -3469784 or 2625227. OLE color: 2625227.

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

Color convert

RGB2031440-
CMYK00.930.800.20
HSL351.75º87.1%42.55%-
HSV(B)351.75º93.1%79.61%-
XYZ25.1713.163.22-
YUV73.47109.12220.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 78.99%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 40 (16.02% from 255) = 15.56%
R=78.99%
G=5.45%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203144000.930.800.20351.7587.142.55
HexCBE2805D5014160572b
Octal313165001351202454012753
Binary110010111110101000010111011010000101001011000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0E28; }

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

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

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

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

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

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

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

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