Html Css Color HEX #CC162B Fire Engine Red

📋 copy color: '#CC162B'

red 204 ◦ green 22 ◦ blue 43

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

Shades of Fire Engine Red #CC162B

Tints of Fire Engine Red #CC162B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.99%

R = 75.84%
G = 8.18%
B = 15.99%

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

#CC162B (or 0xCC162B) is known color: Fire Engine Red. HEX triplet: CC, 16 and 2B. RGB value is (204,22,43). Sum of RGB (Red+Green+Blue) = 204+22+43=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 43 (17.19% from 255 or 15.99% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC162B is #33E9D4. Grayscale: #4E4E4E. Windows color (decimal): -3402197 or 2823884. OLE color: 2823884.

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

Color convert

RGB 204 22 43 -
CMYK 0 0.89 0.79 0.2
HSL 353.08º 0.81% 0.44% -
HSV(B) 353.08º 0.89% 0.8% -
XYZ 25.62 13.59 3.56 -
YUV 78.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 204 22 43 0 0.89 0.79 0.2 353.08 0.81 0.44
Hex CC 16 2B 0 59 4F 14 161 51 2C
Octal 314 26 53 0 131 117 24 541 121 54
Binary 11001100 10110 101011 0 1011001 1001111 10100 101100001 1010001 101100

Color Harmonies of #CC162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC162B

Black with #CC162B

Text Example


Text Example

White with #CC162B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC162B; }

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

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

background-color css

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

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

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

border-color css

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

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

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