Html Css Color HEX #C2161C Fire Engine Red

📋 copy color: '#C2161C'

red 194 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #C2161C

Tints of Fire Engine Red #C2161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 28 (11.33% from 255) = 11.48%

R = 79.51%
G = 9.02%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2161C (or 0xC2161C) is known color: Fire Engine Red. HEX triplet: C2, 16 and 1C. RGB value is (194,22,28). Sum of RGB (Red+Green+Blue) = 194+22+28=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C2161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2161C is #3DE9E3. Grayscale: #4A4A4A. Windows color (decimal): -4057572 or 1840834. OLE color: 1840834.

HSL color Cylindrical-coordinate representation of color #C2161C: hue angle of 357.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2161C is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 28 -
CMYK 0 0.89 0.86 0.24
HSL 357.91º 0.8% 0.42% -
HSV(B) 357.91º 0.89% 0.76% -
XYZ 22.74 12.13 2.24 -
YUV 74.11 101.98 213.51 -
System Red Green Blue C M Y K H S L
Decimal 194 22 28 0 0.89 0.86 0.24 357.91 0.8 0.42
Hex C2 16 1C 0 59 56 18 166 50 2A
Octal 302 26 34 0 131 126 30 546 120 52
Binary 11000010 10110 11100 0 1011001 1010110 11000 101100110 1010000 101010

Color Harmonies of #C2161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2161C

Black with #C2161C

Text Example


Text Example

White with #C2161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2161C; }

 p { color: rgb(194,22,28); }

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

background-color css

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

 a { background-color: rgb(194,22,28); }

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

border-color css

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

 span { border-color: rgb(194,22,28); }

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