#CB182D

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

Shades of Fire Engine Red #CB182D

Tints of Fire Engine Red #CB182D

Color information

#CB182D (or 0xCB182D) is unknown color: approx Fire Engine Red. HEX triplet: CB, 18 and 2D. RGB value is (203,24,45). Sum of RGB (Red+Green+Blue) = 203+24+45=272 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.63% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 203 - color contains mainly: red. Hex color #CB182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB182D is #34E7D2. Grayscale: #505050. Windows color (decimal): -3467219 or 2955467. OLE color: 2955467.

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

Color convert

RGB2032445-
CMYK00.880.780.20
HSL352.96º78.85%44.51%-
HSV(B)352.96º88.18%79.61%-
XYZ25.4313.543.76-
YUV79.91108.3215.79-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 74.63%
GREEN value IS 24 (9.77% from 255) = 8.82%
BLUE value IS 45 (17.97% from 255) = 16.54%
R=74.63%
G=8.82%
B=16.54%

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
Decimal203244500.880.780.20352.9678.8544.51
HexCB182D0584E141614f2d
Octal313305501301162454111755
Binary1100101111000101101010110001001110101001011000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB182D; }

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

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

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

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

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

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

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

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