Html Css Color HEX #CD022D Fire Engine Red

📋 copy color: '#CD022D'

red 205 ◦ green 2 ◦ blue 45

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

Shades of Fire Engine Red #CD022D

Tints of Fire Engine Red #CD022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 81.35%
G = 0.79%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD022D (or 0xCD022D) is known color: Fire Engine Red. HEX triplet: CD, 02 and 2D. RGB value is (205,2,45). Sum of RGB (Red+Green+Blue) = 205+2+45=252 (33% of max value = 765). Red value is 205 (80.47% from 255 or 81.35% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 205 - color contains mainly: red. Hex color #CD022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CD022D is #32FDD2. Grayscale: #434343. Windows color (decimal): -3341779 or 2949837. OLE color: 2949837.

HSL color Cylindrical-coordinate representation of color #CD022D: hue angle of 347.29º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD022D is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 45 -
CMYK 0 0.99 0.78 0.20
HSL 347.29º 0.98% 0.41% -
HSV(B) 347.29º 0.99% 0.8% -
XYZ 25.67 13.21 3.68 -
YUV 67.6 115.25 226 -
System Red Green Blue C M Y K H S L
Decimal 205 2 45 0 0.99 0.78 0.20 347.29 0.98 0.41
Hex CD 2 2D 0 63 4E 14 15B 62 29
Octal 315 2 55 0 143 116 24 533 142 51
Binary 11001101 10 101101 0 1100011 1001110 10100 101011011 1100010 101001

Color Harmonies of #CD022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD022D

Black with #CD022D

Text Example


Text Example

White with #CD022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD022D; }

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

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

background-color css

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

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

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

border-color css

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

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

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