Html Css Color HEX #C6111F Fire Engine Red

📋 copy color: '#C6111F'

red 198 ◦ green 17 ◦ blue 31

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

Shades of Fire Engine Red #C6111F

Tints of Fire Engine Red #C6111F

RGB

 RED value IS 198 (77.73% from 255) = 80.49%

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

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

R = 80.49%
G = 6.91%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6111F (or 0xC6111F) is known color: Fire Engine Red. HEX triplet: C6, 11 and 1F. RGB value is (198,17,31). Sum of RGB (Red+Green+Blue) = 198+17+31=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C6111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6111F is #39EEE0. Grayscale: #484848. Windows color (decimal): -3796705 or 2036166. OLE color: 2036166.

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

Color convert

RGB 198 17 31 -
CMYK 0 0.91 0.84 0.22
HSL 355.36º 0.84% 0.42% -
HSV(B) 355.36º 0.91% 0.78% -
XYZ 23.74 12.51 2.46 -
YUV 72.72 104.47 217.36 -
System Red Green Blue C M Y K H S L
Decimal 198 17 31 0 0.91 0.84 0.22 355.36 0.84 0.42
Hex C6 11 1F 0 5B 54 16 163 54 2A
Octal 306 21 37 0 133 124 26 543 124 52
Binary 11000110 10001 11111 0 1011011 1010100 10110 101100011 1010100 101010

Color Harmonies of #C6111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6111F

Black with #C6111F

Text Example


Text Example

White with #C6111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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