Html Css Color HEX #CC032D Fire Engine Red

📋 copy color: '#CC032D'

red 204 ◦ green 3 ◦ blue 45

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

Shades of Fire Engine Red #CC032D

Tints of Fire Engine Red #CC032D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 45 (17.97% from 255) = 17.86%

R = 80.95%
G = 1.19%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC032D (or 0xCC032D) is known color: Fire Engine Red. HEX triplet: CC, 03 and 2D. RGB value is (204,3,45). Sum of RGB (Red+Green+Blue) = 204+3+45=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC032D is #33FCD2. Grayscale: #434343. Windows color (decimal): -3407059 or 2950092. OLE color: 2950092.

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

Color convert

RGB 204 3 45 -
CMYK 0 0.99 0.78 0.2
HSL 347.46º 0.97% 0.41% -
HSV(B) 347.46º 0.99% 0.8% -
XYZ 25.41 13.09 3.67 -
YUV 67.89 115.09 225.08 -
System Red Green Blue C M Y K H S L
Decimal 204 3 45 0 0.99 0.78 0.2 347.46 0.97 0.41
Hex CC 3 2D 0 63 4E 14 15B 61 29
Octal 314 3 55 0 143 116 24 533 141 51
Binary 11001100 11 101101 0 1100011 1001110 10100 101011011 1100001 101001

Color Harmonies of #CC032D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC032D

Black with #CC032D

Text Example


Text Example

White with #CC032D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC032D; }

 p { color: rgb(204,3,45); }

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

background-color css

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

 a { background-color: rgb(204,3,45); }

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

border-color css

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

 span { border-color: rgb(204,3,45); }

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