Html Css Color HEX #CC132E Fire Engine Red

📋 copy color: '#CC132E'

red 204 ◦ green 19 ◦ blue 46

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

Shades of Fire Engine Red #CC132E

Tints of Fire Engine Red #CC132E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.1%

R = 75.84%
G = 7.06%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC132E (or 0xCC132E) is known color: Fire Engine Red. HEX triplet: CC, 13 and 2E. RGB value is (204,19,46). Sum of RGB (Red+Green+Blue) = 204+19+46=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC132E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC132E is #33ECD1. Grayscale: #4D4D4D. Windows color (decimal): -3402962 or 3019724. OLE color: 3019724.

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

Color convert

RGB 204 19 46 -
CMYK 0 0.91 0.77 0.2
HSL 351.24º 0.83% 0.44% -
HSV(B) 351.24º 0.91% 0.8% -
XYZ 25.63 13.5 3.84 -
YUV 77.39 110.29 218.3 -
System Red Green Blue C M Y K H S L
Decimal 204 19 46 0 0.91 0.77 0.2 351.24 0.83 0.44
Hex CC 13 2E 0 5B 4D 14 15F 53 2C
Octal 314 23 56 0 133 115 24 537 123 54
Binary 11001100 10011 101110 0 1011011 1001101 10100 101011111 1010011 101100

Color Harmonies of #CC132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC132E

Black with #CC132E

Text Example


Text Example

White with #CC132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC132E; }

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

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

background-color css

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

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

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

border-color css

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

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

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