Html Css Color HEX #C2082D Fire Engine Red

📋 copy color: '#C2082D'

red 194 ◦ green 8 ◦ blue 45

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

Shades of Fire Engine Red #C2082D

Tints of Fire Engine Red #C2082D

RGB

 RED value IS 194 (76.17% from 255) = 78.54%

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

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

R = 78.54%
G = 3.24%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2082D (or 0xC2082D) is known color: Fire Engine Red. HEX triplet: C2, 08 and 2D. RGB value is (194,8,45). Sum of RGB (Red+Green+Blue) = 194+8+45=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C2082D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2082D is #3DF7D2. Grayscale: #434343. Windows color (decimal): -4061139 or 2951362. OLE color: 2951362.

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

Color convert

RGB 194 8 45 -
CMYK 0 0.96 0.77 0.24
HSL 348.06º 0.92% 0.4% -
HSV(B) 348.06º 0.96% 0.76% -
XYZ 22.81 11.83 3.56 -
YUV 67.83 115.12 217.99 -
System Red Green Blue C M Y K H S L
Decimal 194 8 45 0 0.96 0.77 0.24 348.06 0.92 0.4
Hex C2 8 2D 0 60 4D 18 15C 5C 28
Octal 302 10 55 0 140 115 30 534 134 50
Binary 11000010 1000 101101 0 1100000 1001101 11000 101011100 1011100 101000

Color Harmonies of #C2082D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2082D

Black with #C2082D

Text Example


Text Example

White with #C2082D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2082D; }

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

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

background-color css

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

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

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

border-color css

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

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

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