Html Css Color HEX #CC162A Fire Engine Red

📋 copy color: '#CC162A'

red 204 ◦ green 22 ◦ blue 42

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

Shades of Fire Engine Red #CC162A

Tints of Fire Engine Red #CC162A

RGB

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

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

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

R = 76.12%
G = 8.21%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC162A (or 0xCC162A) is known color: Fire Engine Red. HEX triplet: CC, 16 and 2A. RGB value is (204,22,42). Sum of RGB (Red+Green+Blue) = 204+22+42=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC162A is #33E9D5. Grayscale: #4E4E4E. Windows color (decimal): -3402198 or 2758348. OLE color: 2758348.

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

Color convert

RGB 204 22 42 -
CMYK 0 0.89 0.79 0.2
HSL 353.41º 0.81% 0.44% -
HSV(B) 353.41º 0.89% 0.8% -
XYZ 25.61 13.58 3.46 -
YUV 78.7 107.3 217.37 -
System Red Green Blue C M Y K H S L
Decimal 204 22 42 0 0.89 0.79 0.2 353.41 0.81 0.44
Hex CC 16 2A 0 59 4F 14 161 51 2C
Octal 314 26 52 0 131 117 24 541 121 54
Binary 11001100 10110 101010 0 1011001 1001111 10100 101100001 1010001 101100

Color Harmonies of #CC162A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC162A

Black with #CC162A

Text Example


Text Example

White with #CC162A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC162A; }

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

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

background-color css

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

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

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

border-color css

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

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

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