#CF182C

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

Shades of Fire Engine Red #CF182C

Tints of Fire Engine Red #CF182C

Color information

#CF182C (or 0xCF182C) is unknown color: approx Fire Engine Red. HEX triplet: CF, 18 and 2C. RGB value is (207,24,44). Sum of RGB (Red+Green+Blue) = 207+24+44=275 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.27% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 207 - color contains mainly: red. Hex color #CF182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF182C is #30E7D3. Grayscale: #515151. Windows color (decimal): -3205076 or 2889935. OLE color: 2889935.

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

Color convert

RGB2072444-
CMYK00.880.790.19
HSL353.44º79.22%45.29%-
HSV(B)353.44º88.41%81.18%-
XYZ26.5114.13.71-
YUV81107.13217.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75.27%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 44 (17.58% from 255) = 16%
R=75.27%
G=8.73%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207244400.880.790.19353.4479.2245.29
HexCF182C0584F131614f2d
Octal317305401301172354111755
Binary1100111111000101100010110001001111100111011000011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF182C; }

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

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

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

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

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

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

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

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