Html Css Color HEX #CC052D Fire Engine Red

📋 copy color: '#CC052D'

red 204 ◦ green 5 ◦ blue 45

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

Shades of Fire Engine Red #CC052D

Tints of Fire Engine Red #CC052D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

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

R = 80.31%
G = 1.97%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC052D (or 0xCC052D) is known color: Fire Engine Red. HEX triplet: CC, 05 and 2D. RGB value is (204,5,45). Sum of RGB (Red+Green+Blue) = 204+5+45=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC052D is #33FAD2. Grayscale: #454545. Windows color (decimal): -3406547 or 2950604. OLE color: 2950604.

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

Color convert

RGB 204 5 45 -
CMYK 0 0.98 0.78 0.2
HSL 347.94º 0.95% 0.41% -
HSV(B) 347.94º 0.98% 0.8% -
XYZ 25.43 13.14 3.68 -
YUV 69.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 204 5 45 0 0.98 0.78 0.2 347.94 0.95 0.41
Hex CC 5 2D 0 62 4E 14 15C 5F 29
Octal 314 5 55 0 142 116 24 534 137 51
Binary 11001100 101 101101 0 1100010 1001110 10100 101011100 1011111 101001

Color Harmonies of #CC052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC052D

Black with #CC052D

Text Example


Text Example

White with #CC052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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