Html Css Color HEX #C20610 Venetian Red

📋 copy color: '#C20610'

red 194 ◦ green 6 ◦ blue 16

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

Shades of Venetian Red #C20610

Tints of Venetian Red #C20610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

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

R = 89.81%
G = 2.78%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C20610 (or 0xC20610) is known color: Venetian Red. HEX triplet: C2, 06 and 10. RGB value is (194,6,16). Sum of RGB (Red+Green+Blue) = 194+6+16=216 (28% of max value = 765). Red value is 194 (76.17% from 255 or 89.81% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 194 - color contains mainly: red. Hex color #C20610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20610 is #3DF9EF. Grayscale: #3F3F3F. Windows color (decimal): -4061680 or 1050306. OLE color: 1050306.

HSL color Cylindrical-coordinate representation of color #C20610: hue angle of 356.81º degrees, saturation: 0.94, 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 #C20610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 6 16 -
CMYK 0 0.97 0.92 0.24
HSL 356.81º 0.94% 0.39% -
HSV(B) 356.81º 0.97% 0.76% -
XYZ 22.41 11.64 1.56 -
YUV 63.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 194 6 16 0 0.97 0.92 0.24 356.81 0.94 0.39
Hex C2 6 10 0 61 5C 18 165 5E 27
Octal 302 6 20 0 141 134 30 545 136 47
Binary 11000010 110 10000 0 1100001 1011100 11000 101100101 1011110 100111

Color Harmonies of #C20610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20610

Black with #C20610

Text Example


Text Example

White with #C20610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20610; }

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

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

background-color css

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

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

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

border-color css

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

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

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