#CD181D

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

Shades of Fire Engine Red #CD181D

Tints of Fire Engine Red #CD181D

Color information

#CD181D (or 0xCD181D) is unknown color: approx Fire Engine Red. HEX triplet: CD, 18 and 1D. RGB value is (205,24,29). Sum of RGB (Red+Green+Blue) = 205+24+29=258 (34% of max value = 765). Red value is 205 (80.47% from 255 or 79.46% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 205 - color contains mainly: red. Hex color #CD181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD181D is #32E7E2. Grayscale: #4E4E4E. Windows color (decimal): -3336163 or 1906893. OLE color: 1906893.

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

Color convert

RGB2052429-
CMYK00.880.860.20
HSL358.34º79.04%44.9%-
HSV(B)358.34º88.29%80.39%-
XYZ25.7313.722.45-
YUV78.6999.97218.09-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 79.46%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 29 (11.72% from 255) = 11.24%
R=79.46%
G=9.30%
B=11.24%

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
Decimal205242900.880.860.20358.3479.0444.9
HexCD181D05856141664f2d
Octal315303501301262454611755
Binary110011011100011101010110001010110101001011001101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD181D; }

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

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

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

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

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

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

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

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