Html Css Color HEX #CC162D Fire Engine Red

📋 copy color: '#CC162D'

red 204 ◦ green 22 ◦ blue 45

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

Shades of Fire Engine Red #CC162D

Tints of Fire Engine Red #CC162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 75.28%
G = 8.12%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC162D (or 0xCC162D) is known color: Fire Engine Red. HEX triplet: CC, 16 and 2D. RGB value is (204,22,45). Sum of RGB (Red+Green+Blue) = 204+22+45=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC162D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC162D is #33E9D2. Grayscale: #4F4F4F. Windows color (decimal): -3402195 or 2954956. OLE color: 2954956.

HSL color Cylindrical-coordinate representation of color #CC162D: hue angle of 352.42º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC162D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 45 -
CMYK 0 0.89 0.78 0.2
HSL 352.42º 0.81% 0.44% -
HSV(B) 352.42º 0.89% 0.8% -
XYZ 25.66 13.6 3.76 -
YUV 79.04 108.8 217.13 -
System Red Green Blue C M Y K H S L
Decimal 204 22 45 0 0.89 0.78 0.2 352.42 0.81 0.44
Hex CC 16 2D 0 59 4E 14 160 51 2C
Octal 314 26 55 0 131 116 24 540 121 54
Binary 11001100 10110 101101 0 1011001 1001110 10100 101100000 1010001 101100

Color Harmonies of #CC162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC162D

Black with #CC162D

Text Example


Text Example

White with #CC162D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC162D; }

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

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

background-color css

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

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

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

border-color css

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

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

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