Html Css Color HEX #CC132C Fire Engine Red

📋 copy color: '#CC132C'

red 204 ◦ green 19 ◦ blue 44

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

Shades of Fire Engine Red #CC132C

Tints of Fire Engine Red #CC132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 76.4%
G = 7.12%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC132C (or 0xCC132C) is known color: Fire Engine Red. HEX triplet: CC, 13 and 2C. RGB value is (204,19,44). Sum of RGB (Red+Green+Blue) = 204+19+44=267 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.40% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 204 - color contains mainly: red. Hex color #CC132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC132C is #33ECD3. Grayscale: #4D4D4D. Windows color (decimal): -3402964 or 2888652. OLE color: 2888652.

HSL color Cylindrical-coordinate representation of color #CC132C: hue angle of 351.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC132C is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 19 44 -
CMYK 0 0.91 0.78 0.2
HSL 351.89º 0.83% 0.44% -
HSV(B) 351.89º 0.91% 0.8% -
XYZ 25.59 13.48 3.64 -
YUV 77.17 109.29 218.47 -
System Red Green Blue C M Y K H S L
Decimal 204 19 44 0 0.91 0.78 0.2 351.89 0.83 0.44
Hex CC 13 2C 0 5B 4E 14 160 53 2C
Octal 314 23 54 0 133 116 24 540 123 54
Binary 11001100 10011 101100 0 1011011 1001110 10100 101100000 1010011 101100

Color Harmonies of #CC132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC132C

Black with #CC132C

Text Example


Text Example

White with #CC132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC132C; }

 p { color: rgb(204,19,44); }

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

background-color css

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

 a { background-color: rgb(204,19,44); }

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

border-color css

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

 span { border-color: rgb(204,19,44); }

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