Html Css Color HEX #C10620 Venetian Red

📋 copy color: '#C10620'

red 193 ◦ green 6 ◦ blue 32

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

Shades of Venetian Red #C10620

Tints of Venetian Red #C10620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 83.55%
G = 2.6%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10620 (or 0xC10620) is known color: Venetian Red. HEX triplet: C1, 06 and 20. RGB value is (193,6,32). Sum of RGB (Red+Green+Blue) = 193+6+32=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10620 is #3EF9DF. Grayscale: #404040. Windows color (decimal): -4127200 or 2098881. OLE color: 2098881.

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

Color convert

RGB 193 6 32 -
CMYK 0 0.97 0.83 0.24
HSL 351.66º 0.94% 0.39% -
HSV(B) 351.66º 0.97% 0.76% -
XYZ 22.32 11.57 2.42 -
YUV 64.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 193 6 32 0 0.97 0.83 0.24 351.66 0.94 0.39
Hex C1 6 20 0 61 53 18 160 5E 27
Octal 301 6 40 0 141 123 30 540 136 47
Binary 11000001 110 100000 0 1100001 1010011 11000 101100000 1011110 100111

Color Harmonies of #C10620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10620

Black with #C10620

Text Example


Text Example

White with #C10620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10620; }

 p { color: rgb(193,6,32); }

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

background-color css

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

 a { background-color: rgb(193,6,32); }

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

border-color css

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

 span { border-color: rgb(193,6,32); }

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