Html Css Color HEX #C0082C Fire Engine Red

📋 copy color: '#C0082C'

red 192 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #C0082C

Tints of Fire Engine Red #C0082C

RGB

 RED value IS 192 (75.39% from 255) = 78.69%

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

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

R = 78.69%
G = 3.28%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#C0082C (or 0xC0082C) is known color: Fire Engine Red. HEX triplet: C0, 08 and 2C. RGB value is (192,8,44). Sum of RGB (Red+Green+Blue) = 192+8+44=244 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.69% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 44 (17.58% from 255 or 18.03% from 244); Max value from RGB is 192 - color contains mainly: red. Hex color #C0082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0082C is #3FF7D3. Grayscale: #434343. Windows color (decimal): -4192212 or 2885824. OLE color: 2885824.

HSL color Cylindrical-coordinate representation of color #C0082C: hue angle of 348.26º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C0082C is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 8 44 -
CMYK 0 0.96 0.77 0.25
HSL 348.26º 0.92% 0.39% -
HSV(B) 348.26º 0.96% 0.75% -
XYZ 22.28 11.56 3.44 -
YUV 67.12 114.96 217.07 -
System Red Green Blue C M Y K H S L
Decimal 192 8 44 0 0.96 0.77 0.25 348.26 0.92 0.39
Hex C0 8 2C 0 60 4D 19 15C 5C 27
Octal 300 10 54 0 140 115 31 534 134 47
Binary 11000000 1000 101100 0 1100000 1001101 11001 101011100 1011100 100111

Color Harmonies of #C0082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0082C

Black with #C0082C

Text Example


Text Example

White with #C0082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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