Html Css Color HEX #CC132A Fire Engine Red

📋 copy color: '#CC132A'

red 204 ◦ green 19 ◦ blue 42

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

Shades of Fire Engine Red #CC132A

Tints of Fire Engine Red #CC132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 76.98%
G = 7.17%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC132A (or 0xCC132A) is known color: Fire Engine Red. HEX triplet: CC, 13 and 2A. RGB value is (204,19,42). Sum of RGB (Red+Green+Blue) = 204+19+42=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC132A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC132A is #33ECD5. Grayscale: #4D4D4D. Windows color (decimal): -3402966 or 2757580. OLE color: 2757580.

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

Color convert

RGB 204 19 42 -
CMYK 0 0.91 0.79 0.2
HSL 352.54º 0.83% 0.44% -
HSV(B) 352.54º 0.91% 0.8% -
XYZ 25.55 13.47 3.44 -
YUV 76.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 204 19 42 0 0.91 0.79 0.2 352.54 0.83 0.44
Hex CC 13 2A 0 5B 4F 14 161 53 2C
Octal 314 23 52 0 133 117 24 541 123 54
Binary 11001100 10011 101010 0 1011011 1001111 10100 101100001 1010011 101100

Color Harmonies of #CC132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC132A

Black with #CC132A

Text Example


Text Example

White with #CC132A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC132A; }

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

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

background-color css

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

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

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

border-color css

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

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

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