#CD1320

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

Shades of Fire Engine Red #CD1320

Tints of Fire Engine Red #CD1320

Color information

#CD1320 (or 0xCD1320) is unknown color: approx Fire Engine Red. HEX triplet: CD, 13 and 20. RGB value is (205,19,32). Sum of RGB (Red+Green+Blue) = 205+19+32=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1320 is #32ECDF. Grayscale: #4C4C4C. Windows color (decimal): -3337440 or 2102221. OLE color: 2102221.

HSL color Cylindrical-coordinate representation of color #CD1320: hue angle of 355.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD1320 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB2051932-
CMYK00.910.840.20
HSL355.81º83.04%43.92%-
HSV(B)355.81º90.73%80.39%-
XYZ25.6713.552.63-
YUV76.1103.12219.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 80.08%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 32 (12.89% from 255) = 12.5%
R=80.08%
G=7.42%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205193200.910.840.20355.8183.0443.92
HexCD132005B5414164532c
Octal315234001331242454412354
Binary1100110110011100000010110111010100101001011001001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1320; }

 p { color: rgb(205,19,32); }

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

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

 a { background-color: rgb(205,19,32); }

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

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

 span { border-color: rgb(205,19,32); }

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