Html Css Color HEX #CD222A Fire Engine Red

📋 copy color: '#CD222A'

red 205 ◦ green 34 ◦ blue 42

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

Shades of Fire Engine Red #CD222A

Tints of Fire Engine Red #CD222A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.95%

R = 72.95%
G = 12.1%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD222A (or 0xCD222A) is known color: Fire Engine Red. HEX triplet: CD, 22 and 2A. RGB value is (205,34,42). Sum of RGB (Red+Green+Blue) = 205+34+42=281 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.95% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 205 - color contains mainly: red. Hex color #CD222A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD222A is #32DDD5. Grayscale: #565656. Windows color (decimal): -3333590 or 2761421. OLE color: 2761421.

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

Color convert

RGB 205 34 42 -
CMYK 0 0.83 0.80 0.20
HSL 357.19º 0.72% 0.47% -
HSV(B) 357.19º 0.83% 0.8% -
XYZ 26.17 14.29 3.57 -
YUV 86.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 205 34 42 0 0.83 0.80 0.20 357.19 0.72 0.47
Hex CD 22 2A 0 53 50 14 165 48 2F
Octal 315 42 52 0 123 120 24 545 110 57
Binary 11001101 100010 101010 0 1010011 1010000 10100 101100101 1001000 101111

Color Harmonies of #CD222A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD222A

Black with #CD222A

Text Example


Text Example

White with #CD222A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD222A; }

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

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

background-color css

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

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

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

border-color css

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

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

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