Html Css Color HEX #C6112D Fire Engine Red

📋 copy color: '#C6112D'

red 198 ◦ green 17 ◦ blue 45

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

Shades of Fire Engine Red #C6112D

Tints of Fire Engine Red #C6112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.31%

R = 76.15%
G = 6.54%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6112D (or 0xC6112D) is known color: Fire Engine Red. HEX triplet: C6, 11 and 2D. RGB value is (198,17,45). Sum of RGB (Red+Green+Blue) = 198+17+45=260 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.15% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 198 - color contains mainly: red. Hex color #C6112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6112D is #39EED2. Grayscale: #4A4A4A. Windows color (decimal): -3796691 or 2953670. OLE color: 2953670.

HSL color Cylindrical-coordinate representation of color #C6112D: hue angle of 350.72º 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 #C6112D is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 17 45 -
CMYK 0 0.91 0.77 0.22
HSL 350.72º 0.84% 0.42% -
HSV(B) 350.72º 0.91% 0.78% -
XYZ 23.96 12.6 3.65 -
YUV 74.31 111.47 216.22 -
System Red Green Blue C M Y K H S L
Decimal 198 17 45 0 0.91 0.77 0.22 350.72 0.84 0.42
Hex C6 11 2D 0 5B 4D 16 15F 54 2A
Octal 306 21 55 0 133 115 26 537 124 52
Binary 11000110 10001 101101 0 1011011 1001101 10110 101011111 1010100 101010

Color Harmonies of #C6112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6112D

Black with #C6112D

Text Example


Text Example

White with #C6112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6112D; }

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

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

background-color css

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

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

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

border-color css

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

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

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