Html Css Color HEX #CD212C Fire Engine Red

📋 copy color: '#CD212C'

red 205 ◦ green 33 ◦ blue 44

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

Shades of Fire Engine Red #CD212C

Tints of Fire Engine Red #CD212C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 72.7%
G = 11.7%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD212C (or 0xCD212C) is known color: Fire Engine Red. HEX triplet: CD, 21 and 2C. RGB value is (205,33,44). Sum of RGB (Red+Green+Blue) = 205+33+44=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD212C is #32DED3. Grayscale: #555555. Windows color (decimal): -3333844 or 2892237. OLE color: 2892237.

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

Color convert

RGB 205 33 44 -
CMYK 0 0.84 0.79 0.20
HSL 356.16º 0.72% 0.47% -
HSV(B) 356.16º 0.84% 0.8% -
XYZ 26.18 14.25 3.75 -
YUV 85.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 205 33 44 0 0.84 0.79 0.20 356.16 0.72 0.47
Hex CD 21 2C 0 54 4F 14 164 48 2F
Octal 315 41 54 0 124 117 24 544 110 57
Binary 11001101 100001 101100 0 1010100 1001111 10100 101100100 1001000 101111

Color Harmonies of #CD212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD212C

Black with #CD212C

Text Example


Text Example

White with #CD212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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