Html Css Color HEX #CC162E Fire Engine Red

📋 copy color: '#CC162E'

red 204 ◦ green 22 ◦ blue 46

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

Shades of Fire Engine Red #CC162E

Tints of Fire Engine Red #CC162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 75%
G = 8.09%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC162E (or 0xCC162E) is known color: Fire Engine Red. HEX triplet: CC, 16 and 2E. RGB value is (204,22,46). Sum of RGB (Red+Green+Blue) = 204+22+46=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC162E is #33E9D1. Grayscale: #4F4F4F. Windows color (decimal): -3402194 or 3020492. OLE color: 3020492.

HSL color Cylindrical-coordinate representation of color #CC162E: hue angle of 352.09º 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 #CC162E is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 22 46 -
CMYK 0 0.89 0.77 0.2
HSL 352.09º 0.81% 0.44% -
HSV(B) 352.09º 0.89% 0.8% -
XYZ 25.68 13.61 3.86 -
YUV 79.15 109.3 217.05 -
System Red Green Blue C M Y K H S L
Decimal 204 22 46 0 0.89 0.77 0.2 352.09 0.81 0.44
Hex CC 16 2E 0 59 4D 14 160 51 2C
Octal 314 26 56 0 131 115 24 540 121 54
Binary 11001100 10110 101110 0 1011001 1001101 10100 101100000 1010001 101100

Color Harmonies of #CC162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC162E

Black with #CC162E

Text Example


Text Example

White with #CC162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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