#CB202C

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

Shades of Fire Engine Red #CB202C

Tints of Fire Engine Red #CB202C

Color information

#CB202C (or 0xCB202C) is unknown color: approx Fire Engine Red. HEX triplet: CB, 20 and 2C. RGB value is (203,32,44). Sum of RGB (Red+Green+Blue) = 203+32+44=279 (36% of max value = 765). Red value is 203 (79.69% from 255 or 72.76% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 203 - color contains mainly: red. Hex color #CB202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB202C is #34DFD3. Grayscale: #545454. Windows color (decimal): -3465172 or 2891979. OLE color: 2891979.

HSL color Cylindrical-coordinate representation of color #CB202C: hue angle of 355.79º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB202C is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB2033244-
CMYK00.840.780.20
HSL355.79º72.77%46.08%-
HSV(B)355.79º84.24%79.61%-
XYZ25.613.913.72-
YUV84.5105.15212.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 72.76%
GREEN value IS 32 (12.89% from 255) = 11.47%
BLUE value IS 44 (17.58% from 255) = 15.77%
R=72.76%
G=11.47%
B=15.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203324400.840.780.20355.7972.7746.08
HexCB202C0544E14164492e
Octal313405401241162454411156
Binary11001011100000101100010101001001110101001011001001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB202C; }

 p { color: rgb(203,32,44); }

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

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

 a { background-color: rgb(203,32,44); }

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

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

 span { border-color: rgb(203,32,44); }

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