Html Css Color HEX #C2111F Fire Engine Red

📋 copy color: '#C2111F'

red 194 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #C2111F

Tints of Fire Engine Red #C2111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.02%

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

R = 80.17%
G = 7.02%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2111F (or 0xC2111F) is known color: Fire Engine Red. HEX triplet: C2, 11 and 1F. RGB value is (194,17,31). Sum of RGB (Red+Green+Blue) = 194+17+31=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C2111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2111F is #3DEEE0. Grayscale: #474747. Windows color (decimal): -4058849 or 2036162. OLE color: 2036162.

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

Color convert

RGB 194 17 31 -
CMYK 0 0.91 0.84 0.24
HSL 355.25º 0.84% 0.41% -
HSV(B) 355.25º 0.91% 0.76% -
XYZ 22.7 11.97 2.41 -
YUV 71.52 105.14 215.36 -
System Red Green Blue C M Y K H S L
Decimal 194 17 31 0 0.91 0.84 0.24 355.25 0.84 0.41
Hex C2 11 1F 0 5B 54 18 163 54 29
Octal 302 21 37 0 133 124 30 543 124 51
Binary 11000010 10001 11111 0 1011011 1010100 11000 101100011 1010100 101001

Color Harmonies of #C2111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2111F

Black with #C2111F

Text Example


Text Example

White with #C2111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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