Html Css Color HEX #CC222D Fire Engine Red

📋 copy color: '#CC222D'

red 204 ◦ green 34 ◦ blue 45

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

Shades of Fire Engine Red #CC222D

Tints of Fire Engine Red #CC222D

RGB

 RED value IS 204 (80.08% from 255) = 72.08%

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

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

R = 72.08%
G = 12.01%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC222D (or 0xCC222D) is known color: Fire Engine Red. HEX triplet: CC, 22 and 2D. RGB value is (204,34,45). Sum of RGB (Red+Green+Blue) = 204+34+45=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC222D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC222D is #33DDD2. Grayscale: #565656. Windows color (decimal): -3399123 or 2958028. OLE color: 2958028.

HSL color Cylindrical-coordinate representation of color #CC222D: hue angle of 356.12º degrees, saturation: 0.71, 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 #CC222D is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 45 -
CMYK 0 0.83 0.78 0.2
HSL 356.12º 0.71% 0.47% -
HSV(B) 356.12º 0.83% 0.8% -
XYZ 25.95 14.17 3.85 -
YUV 86.08 104.82 212.11 -
System Red Green Blue C M Y K H S L
Decimal 204 34 45 0 0.83 0.78 0.2 356.12 0.71 0.47
Hex CC 22 2D 0 53 4E 14 164 47 2F
Octal 314 42 55 0 123 116 24 544 107 57
Binary 11001100 100010 101101 0 1010011 1001110 10100 101100100 1000111 101111

Color Harmonies of #CC222D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC222D

Black with #CC222D

Text Example


Text Example

White with #CC222D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC222D; }

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

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

background-color css

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

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

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

border-color css

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

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

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