Html Css Color HEX #C61113 Venetian Red

📋 copy color: '#C61113'

red 198 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #C61113

Tints of Venetian Red #C61113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.12%

R = 84.62%
G = 7.26%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C61113 (or 0xC61113) is known color: Venetian Red. HEX triplet: C6, 11 and 13. RGB value is (198,17,19). Sum of RGB (Red+Green+Blue) = 198+17+19=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C61113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C61113 is #39EEEC. Grayscale: #474747. Windows color (decimal): -3796717 or 1249734. OLE color: 1249734.

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

Color convert

RGB 198 17 19 -
CMYK 0 0.91 0.90 0.22
HSL 359.34º 0.84% 0.42% -
HSV(B) 359.34º 0.91% 0.78% -
XYZ 23.61 12.45 1.78 -
YUV 71.35 98.47 218.34 -
System Red Green Blue C M Y K H S L
Decimal 198 17 19 0 0.91 0.90 0.22 359.34 0.84 0.42
Hex C6 11 13 0 5B 5A 16 167 54 2A
Octal 306 21 23 0 133 132 26 547 124 52
Binary 11000110 10001 10011 0 1011011 1011010 10110 101100111 1010100 101010

Color Harmonies of #C61113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61113

Black with #C61113

Text Example


Text Example

White with #C61113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61113; }

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

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

background-color css

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

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

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

border-color css

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

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

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