#CB182C

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

Shades of Fire Engine Red #CB182C

Tints of Fire Engine Red #CB182C

Color information

#CB182C (or 0xCB182C) is unknown color: approx Fire Engine Red. HEX triplet: CB, 18 and 2C. RGB value is (203,24,44). Sum of RGB (Red+Green+Blue) = 203+24+44=271 (35% of max value = 765). Red value is 203 (79.69% from 255 or 74.91% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 203 - color contains mainly: red. Hex color #CB182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB182C is #34E7D3. Grayscale: #4F4F4F. Windows color (decimal): -3467220 or 2889931. OLE color: 2889931.

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

Color convert

RGB2032444-
CMYK00.880.780.20
HSL353.3º78.85%44.51%-
HSV(B)353.3º88.18%79.61%-
XYZ25.4113.533.66-
YUV79.8107.8215.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 74.91%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=74.91%
G=8.86%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203244400.880.780.20353.378.8544.51
HexCB182C0584E141614f2d
Octal313305401301162454111755
Binary1100101111000101100010110001001110101001011000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB182C; }

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

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

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

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

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

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

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

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