Html Css Color HEX #C50911 Venetian Red

📋 copy color: '#C50911'

red 197 ◦ green 9 ◦ blue 17

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

Shades of Venetian Red #C50911

Tints of Venetian Red #C50911

RGB

 RED value IS 197 (77.34% from 255) = 88.34%

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 17 (7.03% from 255) = 7.62%

R = 88.34%
G = 4.04%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50911 (or 0xC50911) is known color: Venetian Red. HEX triplet: C5, 09 and 11. RGB value is (197,9,17). Sum of RGB (Red+Green+Blue) = 197+9+17=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50911 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50911 is #3AF6EE. Grayscale: #424242. Windows color (decimal): -3864303 or 1116613. OLE color: 1116613.

HSL color Cylindrical-coordinate representation of color #C50911: hue angle of 357.45º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50911 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 17 -
CMYK 0 0.95 0.91 0.23
HSL 357.45º 0.91% 0.4% -
HSV(B) 357.45º 0.95% 0.77% -
XYZ 23.22 12.11 1.64 -
YUV 66.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 197 9 17 0 0.95 0.91 0.23 357.45 0.91 0.4
Hex C5 9 11 0 5F 5B 17 165 5B 28
Octal 305 11 21 0 137 133 27 545 133 50
Binary 11000101 1001 10001 0 1011111 1011011 10111 101100101 1011011 101000

Color Harmonies of #C50911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50911

Black with #C50911

Text Example


Text Example

White with #C50911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50911; }

 p { color: rgb(197,9,17); }

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

background-color css

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

 a { background-color: rgb(197,9,17); }

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

border-color css

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

 span { border-color: rgb(197,9,17); }

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