Html Css Color HEX #CC082C Fire Engine Red

📋 copy color: '#CC082C'

red 204 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #CC082C

Tints of Fire Engine Red #CC082C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 44 (17.58% from 255) = 17.19%

R = 79.69%
G = 3.13%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC082C (or 0xCC082C) is known color: Fire Engine Red. HEX triplet: CC, 08 and 2C. RGB value is (204,8,44). Sum of RGB (Red+Green+Blue) = 204+8+44=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC082C is #33F7D3. Grayscale: #464646. Windows color (decimal): -3405780 or 2885836. OLE color: 2885836.

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

Color convert

RGB 204 8 44 -
CMYK 0 0.96 0.78 0.2
HSL 348.98º 0.92% 0.42% -
HSV(B) 348.98º 0.96% 0.8% -
XYZ 25.44 13.19 3.59 -
YUV 70.71 112.93 223.07 -
System Red Green Blue C M Y K H S L
Decimal 204 8 44 0 0.96 0.78 0.2 348.98 0.92 0.42
Hex CC 8 2C 0 60 4E 14 15D 5C 2A
Octal 314 10 54 0 140 116 24 535 134 52
Binary 11001100 1000 101100 0 1100000 1001110 10100 101011101 1011100 101010

Color Harmonies of #CC082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC082C

Black with #CC082C

Text Example


Text Example

White with #CC082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC082C; }

 p { color: rgb(204,8,44); }

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

background-color css

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

 a { background-color: rgb(204,8,44); }

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

border-color css

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

 span { border-color: rgb(204,8,44); }

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