Html Css Color HEX #C61516 Fire Engine Red

📋 copy color: '#C61516'

red 198 ◦ green 21 ◦ blue 22

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

Shades of Fire Engine Red #C61516

Tints of Fire Engine Red #C61516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 82.16%
G = 8.71%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C61516 (or 0xC61516) is known color: Fire Engine Red. HEX triplet: C6, 15 and 16. RGB value is (198,21,22). Sum of RGB (Red+Green+Blue) = 198+21+22=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C61516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61516 is #39EAE9. Grayscale: #4A4A4A. Windows color (decimal): -3795690 or 1447366. OLE color: 1447366.

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

Color convert

RGB 198 21 22 -
CMYK 0 0.89 0.89 0.22
HSL 359.66º 0.81% 0.43% -
HSV(B) 359.66º 0.89% 0.78% -
XYZ 23.7 12.6 1.94 -
YUV 74.04 98.64 216.42 -
System Red Green Blue C M Y K H S L
Decimal 198 21 22 0 0.89 0.89 0.22 359.66 0.81 0.43
Hex C6 15 16 0 59 59 16 168 51 2B
Octal 306 25 26 0 131 131 26 550 121 53
Binary 11000110 10101 10110 0 1011001 1011001 10110 101101000 1010001 101011

Color Harmonies of #C61516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61516

Black with #C61516

Text Example


Text Example

White with #C61516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61516; }

 p { color: rgb(198,21,22); }

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

background-color css

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

 a { background-color: rgb(198,21,22); }

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

border-color css

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

 span { border-color: rgb(198,21,22); }

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