Html Css Color HEX #C20516 Venetian Red

📋 copy color: '#C20516'

red 194 ◦ green 5 ◦ blue 22

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

Shades of Venetian Red #C20516

Tints of Venetian Red #C20516

RGB

 RED value IS 194 (76.17% from 255) = 87.78%

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

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

R = 87.78%
G = 2.26%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C20516 (or 0xC20516) is known color: Venetian Red. HEX triplet: C2, 05 and 16. RGB value is (194,5,22). Sum of RGB (Red+Green+Blue) = 194+5+22=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C20516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20516 is #3DFAE9. Grayscale: #3F3F3F. Windows color (decimal): -4061930 or 1443266. OLE color: 1443266.

HSL color Cylindrical-coordinate representation of color #C20516: hue angle of 354.6º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20516 is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 22 -
CMYK 0 0.97 0.89 0.24
HSL 354.6º 0.95% 0.39% -
HSV(B) 354.6º 0.97% 0.76% -
XYZ 22.45 11.64 1.82 -
YUV 63.45 104.62 221.12 -
System Red Green Blue C M Y K H S L
Decimal 194 5 22 0 0.97 0.89 0.24 354.6 0.95 0.39
Hex C2 5 16 0 61 59 18 163 5F 27
Octal 302 5 26 0 141 131 30 543 137 47
Binary 11000010 101 10110 0 1100001 1011001 11000 101100011 1011111 100111

Color Harmonies of #C20516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20516

Black with #C20516

Text Example


Text Example

White with #C20516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20516; }

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

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

background-color css

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

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

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

border-color css

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

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

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