Html Css Color HEX #C2161F Fire Engine Red

📋 copy color: '#C2161F'

red 194 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #C2161F

Tints of Fire Engine Red #C2161F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 78.54%
G = 8.91%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2161F (or 0xC2161F) is known color: Fire Engine Red. HEX triplet: C2, 16 and 1F. RGB value is (194,22,31). Sum of RGB (Red+Green+Blue) = 194+22+31=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C2161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2161F is #3DE9E0. Grayscale: #4A4A4A. Windows color (decimal): -4057569 or 2037442. OLE color: 2037442.

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

Color convert

RGB 194 22 31 -
CMYK 0 0.89 0.84 0.24
HSL 356.86º 0.8% 0.42% -
HSV(B) 356.86º 0.89% 0.76% -
XYZ 22.78 12.14 2.44 -
YUV 74.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 194 22 31 0 0.89 0.84 0.24 356.86 0.8 0.42
Hex C2 16 1F 0 59 54 18 165 50 2A
Octal 302 26 37 0 131 124 30 545 120 52
Binary 11000010 10110 11111 0 1011001 1010100 11000 101100101 1010000 101010

Color Harmonies of #C2161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2161F

Black with #C2161F

Text Example


Text Example

White with #C2161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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