Html Css Color HEX #CC052B Fire Engine Red

📋 copy color: '#CC052B'

red 204 ◦ green 5 ◦ blue 43

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

Shades of Fire Engine Red #CC052B

Tints of Fire Engine Red #CC052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 80.95%
G = 1.98%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC052B (or 0xCC052B) is known color: Fire Engine Red. HEX triplet: CC, 05 and 2B. RGB value is (204,5,43). Sum of RGB (Red+Green+Blue) = 204+5+43=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC052B is #33FAD4. Grayscale: #444444. Windows color (decimal): -3406549 or 2819532. OLE color: 2819532.

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

Color convert

RGB 204 5 43 -
CMYK 0 0.98 0.79 0.2
HSL 348.54º 0.95% 0.41% -
HSV(B) 348.54º 0.98% 0.8% -
XYZ 25.39 13.12 3.48 -
YUV 68.83 113.43 224.41 -
System Red Green Blue C M Y K H S L
Decimal 204 5 43 0 0.98 0.79 0.2 348.54 0.95 0.41
Hex CC 5 2B 0 62 4F 14 15D 5F 29
Octal 314 5 53 0 142 117 24 535 137 51
Binary 11001100 101 101011 0 1100010 1001111 10100 101011101 1011111 101001

Color Harmonies of #CC052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC052B

Black with #CC052B

Text Example


Text Example

White with #CC052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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