Html Css Color HEX #CC042E Fire Engine Red

📋 copy color: '#CC042E'

red 204 ◦ green 4 ◦ blue 46

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

Shades of Fire Engine Red #CC042E

Tints of Fire Engine Red #CC042E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 80.31%
G = 1.57%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC042E (or 0xCC042E) is known color: Fire Engine Red. HEX triplet: CC, 04 and 2E. RGB value is (204,4,46). Sum of RGB (Red+Green+Blue) = 204+4+46=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC042E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC042E is #33FBD1. Grayscale: #444444. Windows color (decimal): -3406802 or 3015884. OLE color: 3015884.

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

Color convert

RGB 204 4 46 -
CMYK 0 0.98 0.77 0.2
HSL 347.4º 0.96% 0.41% -
HSV(B) 347.4º 0.98% 0.8% -
XYZ 25.44 13.12 3.78 -
YUV 68.59 115.26 224.58 -
System Red Green Blue C M Y K H S L
Decimal 204 4 46 0 0.98 0.77 0.2 347.4 0.96 0.41
Hex CC 4 2E 0 62 4D 14 15B 60 29
Octal 314 4 56 0 142 115 24 533 140 51
Binary 11001100 100 101110 0 1100010 1001101 10100 101011011 1100000 101001

Color Harmonies of #CC042E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC042E

Black with #CC042E

Text Example


Text Example

White with #CC042E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC042E; }

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

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

background-color css

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

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

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

border-color css

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

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

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