Html Css Color HEX #C10810 Venetian Red

📋 copy color: '#C10810'

red 193 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #C10810

Tints of Venetian Red #C10810

RGB

 RED value IS 193 (75.78% from 255) = 88.94%

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 88.94%
G = 3.69%
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

#C10810 (or 0xC10810) is known color: Venetian Red. HEX triplet: C1, 08 and 10. RGB value is (193,8,16). Sum of RGB (Red+Green+Blue) = 193+8+16=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C10810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10810 is #3EF7EF. Grayscale: #404040. Windows color (decimal): -4126704 or 1050817. OLE color: 1050817.

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

Color convert

RGB 193 8 16 -
CMYK 0 0.96 0.92 0.24
HSL 357.41º 0.92% 0.39% -
HSV(B) 357.41º 0.96% 0.76% -
XYZ 22.17 11.55 1.55 -
YUV 64.23 100.79 219.85 -
System Red Green Blue C M Y K H S L
Decimal 193 8 16 0 0.96 0.92 0.24 357.41 0.92 0.39
Hex C1 8 10 0 60 5C 18 165 5C 27
Octal 301 10 20 0 140 134 30 545 134 47
Binary 11000001 1000 10000 0 1100000 1011100 11000 101100101 1011100 100111

Color Harmonies of #C10810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10810

Black with #C10810

Text Example


Text Example

White with #C10810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10810; }

 p { color: rgb(193,8,16); }

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

background-color css

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

 a { background-color: rgb(193,8,16); }

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

border-color css

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

 span { border-color: rgb(193,8,16); }

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