Html Css Color HEX #CC082E Fire Engine Red

📋 copy color: '#CC082E'

red 204 ◦ green 8 ◦ blue 46

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

Shades of Fire Engine Red #CC082E

Tints of Fire Engine Red #CC082E

RGB

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

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

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

R = 79.07%
G = 3.1%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#CC082E (or 0xCC082E) is known color: Fire Engine Red. HEX triplet: CC, 08 and 2E. RGB value is (204,8,46). Sum of RGB (Red+Green+Blue) = 204+8+46=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC082E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC082E is #33F7D1. Grayscale: #464646. Windows color (decimal): -3405778 or 3016908. OLE color: 3016908.

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

Color convert

RGB 204 8 46 -
CMYK 0 0.96 0.77 0.2
HSL 348.37º 0.92% 0.42% -
HSV(B) 348.37º 0.96% 0.8% -
XYZ 25.48 13.21 3.79 -
YUV 70.94 113.93 222.91 -
System Red Green Blue C M Y K H S L
Decimal 204 8 46 0 0.96 0.77 0.2 348.37 0.92 0.42
Hex CC 8 2E 0 60 4D 14 15C 5C 2A
Octal 314 10 56 0 140 115 24 534 134 52
Binary 11001100 1000 101110 0 1100000 1001101 10100 101011100 1011100 101010

Color Harmonies of #CC082E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC082E

Black with #CC082E

Text Example


Text Example

White with #CC082E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC082E; }

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

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

background-color css

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

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

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

border-color css

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

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

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