Html Css Color HEX #C50511 Venetian Red

📋 copy color: '#C50511'

red 197 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #C50511

Tints of Venetian Red #C50511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.28%

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

R = 89.95%
G = 2.28%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50511 (or 0xC50511) is known color: Venetian Red. HEX triplet: C5, 05 and 11. RGB value is (197,5,17). Sum of RGB (Red+Green+Blue) = 197+5+17=219 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.95% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 197 - color contains mainly: red. Hex color #C50511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50511 is #3AFAEE. Grayscale: #3F3F3F. Windows color (decimal): -3865327 or 1115589. OLE color: 1115589.

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

Color convert

RGB 197 5 17 -
CMYK 0 0.97 0.91 0.23
HSL 356.25º 0.95% 0.4% -
HSV(B) 356.25º 0.97% 0.77% -
XYZ 23.18 12.02 1.63 -
YUV 63.78 101.61 223.02 -
System Red Green Blue C M Y K H S L
Decimal 197 5 17 0 0.97 0.91 0.23 356.25 0.95 0.4
Hex C5 5 11 0 61 5B 17 164 5F 28
Octal 305 5 21 0 141 133 27 544 137 50
Binary 11000101 101 10001 0 1100001 1011011 10111 101100100 1011111 101000

Color Harmonies of #C50511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50511

Black with #C50511

Text Example


Text Example

White with #C50511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50511; }

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

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

background-color css

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

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

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

border-color css

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

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

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