Html Css Color HEX #C20710 Venetian Red

📋 copy color: '#C20710'

red 194 ◦ green 7 ◦ blue 16

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

Shades of Venetian Red #C20710

Tints of Venetian Red #C20710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.23%

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

R = 89.4%
G = 3.23%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C20710 (or 0xC20710) is known color: Venetian Red. HEX triplet: C2, 07 and 10. RGB value is (194,7,16). Sum of RGB (Red+Green+Blue) = 194+7+16=217 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.40% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 194 - color contains mainly: red. Hex color #C20710 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20710 is #3DF8EF. Grayscale: #404040. Windows color (decimal): -4061424 or 1050562. OLE color: 1050562.

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

Color convert

RGB 194 7 16 -
CMYK 0 0.96 0.92 0.24
HSL 357.11º 0.93% 0.39% -
HSV(B) 357.11º 0.96% 0.76% -
XYZ 22.42 11.66 1.56 -
YUV 63.94 100.95 220.77 -
System Red Green Blue C M Y K H S L
Decimal 194 7 16 0 0.96 0.92 0.24 357.11 0.93 0.39
Hex C2 7 10 0 60 5C 18 165 5D 27
Octal 302 7 20 0 140 134 30 545 135 47
Binary 11000010 111 10000 0 1100000 1011100 11000 101100101 1011101 100111

Color Harmonies of #C20710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20710

Black with #C20710

Text Example


Text Example

White with #C20710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20710; }

 p { color: rgb(194,7,16); }

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

background-color css

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

 a { background-color: rgb(194,7,16); }

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

border-color css

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

 span { border-color: rgb(194,7,16); }

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