Html Css Color HEX #CC082D Fire Engine Red

📋 copy color: '#CC082D'

red 204 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #CC082D

Tints of Fire Engine Red #CC082D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 79.38%
G = 3.11%
B = 17.51%

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

#CC082D (or 0xCC082D) is known color: Fire Engine Red. HEX triplet: CC, 08 and 2D. RGB value is (204,8,45). Sum of RGB (Red+Green+Blue) = 204+8+45=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC082D is #33F7D2. Grayscale: #464646. Windows color (decimal): -3405779 or 2951372. OLE color: 2951372.

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

Color convert

RGB 204 8 45 -
CMYK 0 0.96 0.78 0.2
HSL 348.67º 0.92% 0.42% -
HSV(B) 348.67º 0.96% 0.8% -
XYZ 25.46 13.2 3.69 -
YUV 70.82 113.43 222.99 -
System Red Green Blue C M Y K H S L
Decimal 204 8 45 0 0.96 0.78 0.2 348.67 0.92 0.42
Hex CC 8 2D 0 60 4E 14 15D 5C 2A
Octal 314 10 55 0 140 116 24 535 134 52
Binary 11001100 1000 101101 0 1100000 1001110 10100 101011101 1011100 101010

Color Harmonies of #CC082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC082D

Black with #CC082D

Text Example


Text Example

White with #CC082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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