Html Css Color HEX #C80516 Venetian Red

📋 copy color: '#C80516'

red 200 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #C80516

Tints of Venetian Red #C80516

RGB

 RED value IS 200 (78.52% from 255) = 88.11%

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

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

R = 88.11%
G = 2.2%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C80516 (or 0xC80516) is known color: Venetian Red. HEX triplet: C8, 05 and 16. RGB value is (200,5,22). Sum of RGB (Red+Green+Blue) = 200+5+22=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C80516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80516 is #37FAE9. Grayscale: #414141. Windows color (decimal): -3668714 or 1443272. OLE color: 1443272.

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

Color convert

RGB 200 5 22 -
CMYK 0 0.98 0.89 0.22
HSL 354.77º 0.95% 0.4% -
HSV(B) 354.77º 0.98% 0.78% -
XYZ 24.02 12.45 1.9 -
YUV 65.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 200 5 22 0 0.98 0.89 0.22 354.77 0.95 0.4
Hex C8 5 16 0 62 59 16 163 5F 28
Octal 310 5 26 0 142 131 26 543 137 50
Binary 11001000 101 10110 0 1100010 1011001 10110 101100011 1011111 101000

Color Harmonies of #C80516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80516

Black with #C80516

Text Example


Text Example

White with #C80516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80516; }

 p { color: rgb(200,5,22); }

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

background-color css

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

 a { background-color: rgb(200,5,22); }

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

border-color css

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

 span { border-color: rgb(200,5,22); }

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