#CB0A2B

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

Shades of Fire Engine Red #CB0A2B

Tints of Fire Engine Red #CB0A2B

Color information

#CB0A2B (or 0xCB0A2B) is unknown color: approx Fire Engine Red. HEX triplet: CB, 0A and 2B. RGB value is (203,10,43). Sum of RGB (Red+Green+Blue) = 203+10+43=256 (33% of max value = 765). Red value is 203 (79.69% from 255 or 79.30% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0A2B is #34F5D4. Grayscale: #474747. Windows color (decimal): -3470805 or 2820811. OLE color: 2820811.

HSL color Cylindrical-coordinate representation of color #CB0A2B: hue angle of 349.74º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB2031043-
CMYK00.950.790.20
HSL349.74º90.61%41.76%-
HSV(B)349.74º95.07%79.61%-
XYZ25.1713.093.48-
YUV71.47111.94221.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 79.30%
GREEN value IS 10 (4.30% from 255) = 3.91%
BLUE value IS 43 (17.19% from 255) = 16.80%
R=79.30%
G=3.91%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203104300.950.790.20349.7490.6141.76
HexCBA2B05F4F1415e5b2a
Octal313125301371172453613352
Binary110010111010101011010111111001111101001010111101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB0A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB0A2B; }

 p { color: rgb(203,10,43); }

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

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

 a { background-color: rgb(203,10,43); }

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

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

 span { border-color: rgb(203,10,43); }

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