Html Css Color HEX #CC062E Fire Engine Red

📋 copy color: '#CC062E'

red 204 ◦ green 6 ◦ blue 46

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

Shades of Fire Engine Red #CC062E

Tints of Fire Engine Red #CC062E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 79.69%
G = 2.34%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC062E (or 0xCC062E) is known color: Fire Engine Red. HEX triplet: CC, 06 and 2E. RGB value is (204,6,46). Sum of RGB (Red+Green+Blue) = 204+6+46=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC062E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC062E is #33F9D1. Grayscale: #454545. Windows color (decimal): -3406290 or 3016396. OLE color: 3016396.

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

Color convert

RGB 204 6 46 -
CMYK 0 0.97 0.77 0.2
HSL 347.88º 0.94% 0.41% -
HSV(B) 347.88º 0.97% 0.8% -
XYZ 25.46 13.16 3.78 -
YUV 69.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 204 6 46 0 0.97 0.77 0.2 347.88 0.94 0.41
Hex CC 6 2E 0 61 4D 14 15C 5E 29
Octal 314 6 56 0 141 115 24 534 136 51
Binary 11001100 110 101110 0 1100001 1001101 10100 101011100 1011110 101001

Color Harmonies of #CC062E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC062E

Black with #CC062E

Text Example


Text Example

White with #CC062E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC062E; }

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

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

background-color css

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

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

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

border-color css

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

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

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