Html Css Color HEX #CD222D Fire Engine Red

📋 copy color: '#CD222D'

red 205 ◦ green 34 ◦ blue 45

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

Shades of Fire Engine Red #CD222D

Tints of Fire Engine Red #CD222D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

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

R = 72.18%
G = 11.97%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.20

RGB Variations

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

Color information

#CD222D (or 0xCD222D) is known color: Fire Engine Red. HEX triplet: CD, 22 and 2D. RGB value is (205,34,45). Sum of RGB (Red+Green+Blue) = 205+34+45=284 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.18% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 205 - color contains mainly: red. Hex color #CD222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD222D is #32DDD2. Grayscale: #565656. Windows color (decimal): -3333587 or 2958029. OLE color: 2958029.

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

Color convert

RGB 205 34 45 -
CMYK 0 0.83 0.78 0.20
HSL 356.14º 0.72% 0.47% -
HSV(B) 356.14º 0.83% 0.8% -
XYZ 26.22 14.31 3.86 -
YUV 86.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 205 34 45 0 0.83 0.78 0.20 356.14 0.72 0.47
Hex CD 22 2D 0 53 4E 14 164 48 2F
Octal 315 42 55 0 123 116 24 544 110 57
Binary 11001101 100010 101101 0 1010011 1001110 10100 101100100 1001000 101111

Color Harmonies of #CD222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD222D

Black with #CD222D

Text Example


Text Example

White with #CD222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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