Html Css Color HEX #C50910 Venetian Red

📋 copy color: '#C50910'

red 197 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #C50910

Tints of Venetian Red #C50910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.21%

R = 88.74%
G = 4.05%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C50910 (or 0xC50910) is known color: Venetian Red. HEX triplet: C5, 09 and 10. RGB value is (197,9,16). Sum of RGB (Red+Green+Blue) = 197+9+16=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C50910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50910 is #3AF6EF. Grayscale: #424242. Windows color (decimal): -3864304 or 1051077. OLE color: 1051077.

HSL color Cylindrical-coordinate representation of color #C50910: hue angle of 357.77º 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 #C50910 is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 16 -
CMYK 0 0.95 0.92 0.23
HSL 357.77º 0.91% 0.4% -
HSV(B) 357.77º 0.95% 0.77% -
XYZ 23.22 12.1 1.6 -
YUV 66.01 99.78 221.43 -
System Red Green Blue C M Y K H S L
Decimal 197 9 16 0 0.95 0.92 0.23 357.77 0.91 0.4
Hex C5 9 10 0 5F 5C 17 166 5B 28
Octal 305 11 20 0 137 134 27 546 133 50
Binary 11000101 1001 10000 0 1011111 1011100 10111 101100110 1011011 101000

Color Harmonies of #C50910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50910

Black with #C50910

Text Example


Text Example

White with #C50910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50910; }

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

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

background-color css

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

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

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

border-color css

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

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

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