Html Css Color HEX #C20010 Venetian Red

📋 copy color: '#C20010'

red 194 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #C20010

Tints of Venetian Red #C20010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.38%
G = 0%
B = 7.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C20010 (or 0xC20010) is known color: Venetian Red. HEX triplet: C2, 00 and 10. RGB value is (194,0,16). Sum of RGB (Red+Green+Blue) = 194+0+16=210 (27% of max value = 765). Red value is 194 (76.17% from 255 or 92.38% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 16 (6.64% from 255 or 7.62% from 210); Max value from RGB is 194 - color contains mainly: red. Hex color #C20010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20010 is #3DFFEF. Grayscale: #3B3B3B. Windows color (decimal): -4063216 or 1048770. OLE color: 1048770.

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

Color convert

RGB 194 0 16 -
CMYK 0 1 0.92 0.24
HSL 355.05º 1% 0.38% -
HSV(B) 355.05º 1% 0.76% -
XYZ 22.34 11.51 1.53 -
YUV 59.83 103.27 223.7 -
System Red Green Blue C M Y K H S L
Decimal 194 0 16 0 1 0.92 0.24 355.05 1 0.38
Hex C2 0 10 0 64 5C 18 163 64 26
Octal 302 0 20 0 144 134 30 543 144 46
Binary 11000010 0 10000 0 1100100 1011100 11000 101100011 1100100 100110

Color Harmonies of #C20010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20010

Black with #C20010

Text Example


Text Example

White with #C20010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20010; }

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

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

background-color css

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

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

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

border-color css

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

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

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