Html Css Color HEX #C2092C Fire Engine Red

📋 copy color: '#C2092C'

red 194 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #C2092C

Tints of Fire Engine Red #C2092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.64%

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

R = 78.54%
G = 3.64%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C2092C (or 0xC2092C) is known color: Fire Engine Red. HEX triplet: C2, 09 and 2C. RGB value is (194,9,44). Sum of RGB (Red+Green+Blue) = 194+9+44=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C2092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2092C is #3DF6D3. Grayscale: #444444. Windows color (decimal): -4060884 or 2886082. OLE color: 2886082.

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

Color convert

RGB 194 9 44 -
CMYK 0 0.95 0.77 0.24
HSL 348.65º 0.91% 0.4% -
HSV(B) 348.65º 0.95% 0.76% -
XYZ 22.8 11.85 3.47 -
YUV 68.31 114.29 217.65 -
System Red Green Blue C M Y K H S L
Decimal 194 9 44 0 0.95 0.77 0.24 348.65 0.91 0.4
Hex C2 9 2C 0 5F 4D 18 15D 5B 28
Octal 302 11 54 0 137 115 30 535 133 50
Binary 11000010 1001 101100 0 1011111 1001101 11000 101011101 1011011 101000

Color Harmonies of #C2092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2092C

Black with #C2092C

Text Example


Text Example

White with #C2092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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