Html Css Color HEX #CD1220 Fire Engine Red

📋 copy color: '#CD1220'

red 205 ◦ green 18 ◦ blue 32

#CD1220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Engine Red #CD1220

Tints of Fire Engine Red #CD1220

RGB

 RED value IS 205 (80.47% from 255) = 80.39%

 GREEN value IS 18 (7.42% from 255) = 7.06%

 BLUE value IS 32 (12.89% from 255) = 12.55%

R = 80.39%
G = 7.06%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD1220 (or 0xCD1220) is known color: Fire Engine Red. HEX triplet: CD, 12 and 20. RGB value is (205,18,32). Sum of RGB (Red+Green+Blue) = 205+18+32=255 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.39% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1220 is #32EDDF. Grayscale: #4B4B4B. Windows color (decimal): -3337696 or 2101965. OLE color: 2101965.

HSL color Cylindrical-coordinate representation of color #CD1220: hue angle of 355.51º degrees, saturation: 0.84, 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 #CD1220 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 18 32 -
CMYK 0 0.91 0.84 0.20
HSL 355.51º 0.84% 0.44% -
HSV(B) 355.51º 0.91% 0.8% -
XYZ 25.65 13.52 2.62 -
YUV 75.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 205 18 32 0 0.91 0.84 0.20 355.51 0.84 0.44
Hex CD 12 20 0 5B 54 14 164 54 2C
Octal 315 22 40 0 133 124 24 544 124 54
Binary 11001101 10010 100000 0 1011011 1010100 10100 101100100 1010100 101100

Color Harmonies of #CD1220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1220

Black with #CD1220

Text Example


Text Example

White with #CD1220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1220; }

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

 H1.HeaderClassName
 {
   color: #CD1220;
 }
 .AnyTagClassName
 {
   color: #CD1220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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