Html Css Color HEX #CC1A20 Fire Engine Red

📋 copy color: '#CC1A20'

red 204 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #CC1A20

Tints of Fire Engine Red #CC1A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 77.86%
G = 9.92%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC1A20 (or 0xCC1A20) is known color: Fire Engine Red. HEX triplet: CC, 1A and 20. RGB value is (204,26,32). Sum of RGB (Red+Green+Blue) = 204+26+32=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC1A20 is #33E5DF. Grayscale: #505050. Windows color (decimal): -3401184 or 2104012. OLE color: 2104012.

HSL color Cylindrical-coordinate representation of color #CC1A20: hue angle of 357.98º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A20 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 26 32 -
CMYK 0 0.87 0.84 0.2
HSL 357.98º 0.77% 0.45% -
HSV(B) 357.98º 0.87% 0.8% -
XYZ 25.53 13.68 2.66 -
YUV 79.91 100.97 216.51 -
System Red Green Blue C M Y K H S L
Decimal 204 26 32 0 0.87 0.84 0.2 357.98 0.77 0.45
Hex CC 1A 20 0 57 54 14 166 4D 2D
Octal 314 32 40 0 127 124 24 546 115 55
Binary 11001100 11010 100000 0 1010111 1010100 10100 101100110 1001101 101101

Color Harmonies of #CC1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC1A20

Black with #CC1A20

Text Example


Text Example

White with #CC1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC1A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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