Html Css Color HEX #C4082D Fire Engine Red

📋 copy color: '#C4082D'

red 196 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #C4082D

Tints of Fire Engine Red #C4082D

RGB

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

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

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

R = 78.71%
G = 3.21%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4082D (or 0xC4082D) is known color: Fire Engine Red. HEX triplet: C4, 08 and 2D. RGB value is (196,8,45). Sum of RGB (Red+Green+Blue) = 196+8+45=249 (32% of max value = 765). Red value is 196 (76.95% from 255 or 78.71% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 196 - color contains mainly: red. Hex color #C4082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4082D is #3BF7D2. Grayscale: #444444. Windows color (decimal): -3930067 or 2951364. OLE color: 2951364.

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

Color convert

RGB 196 8 45 -
CMYK 0 0.96 0.77 0.23
HSL 348.19º 0.92% 0.4% -
HSV(B) 348.19º 0.96% 0.77% -
XYZ 23.33 12.1 3.59 -
YUV 68.43 114.78 218.99 -
System Red Green Blue C M Y K H S L
Decimal 196 8 45 0 0.96 0.77 0.23 348.19 0.92 0.4
Hex C4 8 2D 0 60 4D 17 15C 5C 28
Octal 304 10 55 0 140 115 27 534 134 50
Binary 11000100 1000 101101 0 1100000 1001101 10111 101011100 1011100 101000

Color Harmonies of #C4082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4082D

Black with #C4082D

Text Example


Text Example

White with #C4082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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