#CD181C

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

Shades of Fire Engine Red #CD181C

Tints of Fire Engine Red #CD181C

Color information

#CD181C (or 0xCD181C) is unknown color: approx Fire Engine Red. HEX triplet: CD, 18 and 1C. RGB value is (205,24,28). Sum of RGB (Red+Green+Blue) = 205+24+28=257 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.77% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 205 - color contains mainly: red. Hex color #CD181C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD181C is #32E7E3. Grayscale: #4E4E4E. Windows color (decimal): -3336164 or 1841357. OLE color: 1841357.

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

Color convert

RGB2052428-
CMYK00.880.860.20
HSL358.67º79.04%44.9%-
HSV(B)358.67º88.29%80.39%-
XYZ25.7113.722.39-
YUV78.5799.47218.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 79.77%
GREEN value IS 24 (9.77% from 255) = 9.34%
BLUE value IS 28 (11.33% from 255) = 10.89%
R=79.77%
G=9.34%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205242800.880.860.20358.6779.0444.9
HexCD181C05856141674f2d
Octal315303401301262454711755
Binary110011011100011100010110001010110101001011001111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD181C; }

 p { color: rgb(205,24,28); }

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

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

 a { background-color: rgb(205,24,28); }

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

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

 span { border-color: rgb(205,24,28); }

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