Html Css Color HEX #C2062D Fire Engine Red

📋 copy color: '#C2062D'

red 194 ◦ green 6 ◦ blue 45

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

Shades of Fire Engine Red #C2062D

Tints of Fire Engine Red #C2062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 79.18%
G = 2.45%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2062D (or 0xC2062D) is known color: Fire Engine Red. HEX triplet: C2, 06 and 2D. RGB value is (194,6,45). Sum of RGB (Red+Green+Blue) = 194+6+45=245 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.18% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 194 - color contains mainly: red. Hex color #C2062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2062D is #3DF9D2. Grayscale: #424242. Windows color (decimal): -4061651 or 2950850. OLE color: 2950850.

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

Color convert

RGB 194 6 45 -
CMYK 0 0.97 0.77 0.24
HSL 347.55º 0.94% 0.39% -
HSV(B) 347.55º 0.97% 0.76% -
XYZ 22.79 11.79 3.56 -
YUV 66.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 194 6 45 0 0.97 0.77 0.24 347.55 0.94 0.39
Hex C2 6 2D 0 61 4D 18 15C 5E 27
Octal 302 6 55 0 141 115 30 534 136 47
Binary 11000010 110 101101 0 1100001 1001101 11000 101011100 1011110 100111

Color Harmonies of #C2062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2062D

Black with #C2062D

Text Example


Text Example

White with #C2062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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