Html Css Color HEX #CC161A Fire Engine Red

📋 copy color: '#CC161A'

red 204 ◦ green 22 ◦ blue 26

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

Shades of Fire Engine Red #CC161A

Tints of Fire Engine Red #CC161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 80.95%
G = 8.73%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CC161A (or 0xCC161A) is known color: Fire Engine Red. HEX triplet: CC, 16 and 1A. RGB value is (204,22,26). Sum of RGB (Red+Green+Blue) = 204+22+26=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC161A is #33E9E5. Grayscale: #4D4D4D. Windows color (decimal): -3402214 or 1709772. OLE color: 1709772.

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

Color convert

RGB 204 22 26 -
CMYK 0 0.89 0.87 0.2
HSL 358.68º 0.81% 0.44% -
HSV(B) 358.68º 0.89% 0.8% -
XYZ 25.38 13.49 2.24 -
YUV 76.87 99.3 218.67 -
System Red Green Blue C M Y K H S L
Decimal 204 22 26 0 0.89 0.87 0.2 358.68 0.81 0.44
Hex CC 16 1A 0 59 57 14 167 51 2C
Octal 314 26 32 0 131 127 24 547 121 54
Binary 11001100 10110 11010 0 1011001 1010111 10100 101100111 1010001 101100

Color Harmonies of #CC161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC161A

Black with #CC161A

Text Example


Text Example

White with #CC161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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