Html Css Color HEX #CD212D Fire Engine Red

📋 copy color: '#CD212D'

red 205 ◦ green 33 ◦ blue 45

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

Shades of Fire Engine Red #CD212D

Tints of Fire Engine Red #CD212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 72.44%
G = 11.66%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD212D (or 0xCD212D) is known color: Fire Engine Red. HEX triplet: CD, 21 and 2D. RGB value is (205,33,45). Sum of RGB (Red+Green+Blue) = 205+33+45=283 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.44% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 205 - color contains mainly: red. Hex color #CD212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD212D is #32DED2. Grayscale: #555555. Windows color (decimal): -3333843 or 2957773. OLE color: 2957773.

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

Color convert

RGB 205 33 45 -
CMYK 0 0.84 0.78 0.20
HSL 355.81º 0.72% 0.47% -
HSV(B) 355.81º 0.84% 0.8% -
XYZ 26.19 14.26 3.85 -
YUV 85.8 104.98 213.02 -
System Red Green Blue C M Y K H S L
Decimal 205 33 45 0 0.84 0.78 0.20 355.81 0.72 0.47
Hex CD 21 2D 0 54 4E 14 164 48 2F
Octal 315 41 55 0 124 116 24 544 110 57
Binary 11001101 100001 101101 0 1010100 1001110 10100 101100100 1001000 101111

Color Harmonies of #CD212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD212D

Black with #CD212D

Text Example


Text Example

White with #CD212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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