Html Css Color HEX #CD1221 Fire Engine Red

📋 copy color: '#CD1221'

red 205 ◦ green 18 ◦ blue 33

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

Shades of Fire Engine Red #CD1221

Tints of Fire Engine Red #CD1221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.89%

R = 80.08%
G = 7.03%
B = 12.89%

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

#CD1221 (or 0xCD1221) is known color: Fire Engine Red. HEX triplet: CD, 12 and 21. RGB value is (205,18,33). Sum of RGB (Red+Green+Blue) = 205+18+33=256 (33% of max value = 765). Red value is 205 (80.47% from 255 or 80.08% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD1221 is #32EDDE. Grayscale: #4B4B4B. Windows color (decimal): -3337695 or 2167501. OLE color: 2167501.

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

Color convert

RGB 205 18 33 -
CMYK 0 0.91 0.84 0.20
HSL 355.19º 0.84% 0.44% -
HSV(B) 355.19º 0.91% 0.8% -
XYZ 25.67 13.52 2.7 -
YUV 75.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 205 18 33 0 0.91 0.84 0.20 355.19 0.84 0.44
Hex CD 12 21 0 5B 54 14 163 54 2C
Octal 315 22 41 0 133 124 24 543 124 54
Binary 11001101 10010 100001 0 1011011 1010100 10100 101100011 1010100 101100

Color Harmonies of #CD1221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1221

Black with #CD1221

Text Example


Text Example

White with #CD1221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1221; }

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

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

background-color css

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

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

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

border-color css

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

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

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