Html Css Color HEX #C2082C Fire Engine Red

📋 copy color: '#C2082C'

red 194 ◦ green 8 ◦ blue 44

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

Shades of Fire Engine Red #C2082C

Tints of Fire Engine Red #C2082C

RGB

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

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

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

R = 78.86%
G = 3.25%
B = 17.89%

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

#C2082C (or 0xC2082C) is known color: Fire Engine Red. HEX triplet: C2, 08 and 2C. RGB value is (194,8,44). Sum of RGB (Red+Green+Blue) = 194+8+44=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 44 (17.58% from 255 or 17.89% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C2082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2082C is #3DF7D3. Grayscale: #434343. Windows color (decimal): -4061140 or 2885826. OLE color: 2885826.

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

Color convert

RGB 194 8 44 -
CMYK 0 0.96 0.77 0.24
HSL 348.39º 0.92% 0.4% -
HSV(B) 348.39º 0.96% 0.76% -
XYZ 22.79 11.82 3.46 -
YUV 67.72 114.62 218.07 -
System Red Green Blue C M Y K H S L
Decimal 194 8 44 0 0.96 0.77 0.24 348.39 0.92 0.4
Hex C2 8 2C 0 60 4D 18 15C 5C 28
Octal 302 10 54 0 140 115 30 534 134 50
Binary 11000010 1000 101100 0 1100000 1001101 11000 101011100 1011100 101000

Color Harmonies of #C2082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2082C

Black with #C2082C

Text Example


Text Example

White with #C2082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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