Html Css Color HEX #C4082A Fire Engine Red

📋 copy color: '#C4082A'

red 196 ◦ green 8 ◦ blue 42

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

Shades of Fire Engine Red #C4082A

Tints of Fire Engine Red #C4082A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.07%

R = 79.67%
G = 3.25%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C4082A (or 0xC4082A) is known color: Fire Engine Red. HEX triplet: C4, 08 and 2A. RGB value is (196,8,42). Sum of RGB (Red+Green+Blue) = 196+8+42=246 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.67% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 196 - color contains mainly: red. Hex color #C4082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4082A is #3BF7D5. Grayscale: #444444. Windows color (decimal): -3930070 or 2754756. OLE color: 2754756.

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

Color convert

RGB 196 8 42 -
CMYK 0 0.96 0.79 0.23
HSL 349.15º 0.92% 0.4% -
HSV(B) 349.15º 0.96% 0.77% -
XYZ 23.27 12.08 3.3 -
YUV 68.09 113.28 219.24 -
System Red Green Blue C M Y K H S L
Decimal 196 8 42 0 0.96 0.79 0.23 349.15 0.92 0.4
Hex C4 8 2A 0 60 4F 17 15D 5C 28
Octal 304 10 52 0 140 117 27 535 134 50
Binary 11000100 1000 101010 0 1100000 1001111 10111 101011101 1011100 101000

Color Harmonies of #C4082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4082A

Black with #C4082A

Text Example


Text Example

White with #C4082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4082A; }

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

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

background-color css

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

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

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

border-color css

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

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

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