Html Css Color HEX #C20110 Venetian Red

📋 copy color: '#C20110'

red 194 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #C20110

Tints of Venetian Red #C20110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 91.94%
G = 0.47%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C20110 (or 0xC20110) is known color: Venetian Red. HEX triplet: C2, 01 and 10. RGB value is (194,1,16). Sum of RGB (Red+Green+Blue) = 194+1+16=211 (27% of max value = 765). Red value is 194 (76.17% from 255 or 91.94% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 16 (6.64% from 255 or 7.58% from 211); Max value from RGB is 194 - color contains mainly: red. Hex color #C20110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20110 is #3DFEEF. Grayscale: #3C3C3C. Windows color (decimal): -4062960 or 1049026. OLE color: 1049026.

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

Color convert

RGB 194 1 16 -
CMYK 0 0.99 0.92 0.24
HSL 355.34º 0.99% 0.38% -
HSV(B) 355.34º 0.99% 0.76% -
XYZ 22.35 11.53 1.54 -
YUV 60.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 194 1 16 0 0.99 0.92 0.24 355.34 0.99 0.38
Hex C2 1 10 0 63 5C 18 163 63 26
Octal 302 1 20 0 143 134 30 543 143 46
Binary 11000010 1 10000 0 1100011 1011100 11000 101100011 1100011 100110

Color Harmonies of #C20110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20110

Black with #C20110

Text Example


Text Example

White with #C20110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20110; }

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

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

background-color css

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

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

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

border-color css

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

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

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