Html Css Color HEX #C4082C Fire Engine Red

📋 copy color: '#C4082C'

red 196 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #C4082C

Tints of Fire Engine Red #C4082C

RGB

 RED value IS 196 (76.95% from 255) = 79.03%

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

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

R = 79.03%
G = 3.23%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4082C (or 0xC4082C) is known color: Fire Engine Red. HEX triplet: C4, 08 and 2C. RGB value is (196,8,44). Sum of RGB (Red+Green+Blue) = 196+8+44=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C4082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4082C is #3BF7D3. Grayscale: #444444. Windows color (decimal): -3930068 or 2885828. OLE color: 2885828.

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

Color convert

RGB 196 8 44 -
CMYK 0 0.96 0.78 0.23
HSL 348.51º 0.92% 0.4% -
HSV(B) 348.51º 0.96% 0.77% -
XYZ 23.31 12.09 3.49 -
YUV 68.32 114.28 219.07 -
System Red Green Blue C M Y K H S L
Decimal 196 8 44 0 0.96 0.78 0.23 348.51 0.92 0.4
Hex C4 8 2C 0 60 4E 17 15D 5C 28
Octal 304 10 54 0 140 116 27 535 134 50
Binary 11000100 1000 101100 0 1100000 1001110 10111 101011101 1011100 101000

Color Harmonies of #C4082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4082C

Black with #C4082C

Text Example


Text Example

White with #C4082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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