Html Css Color HEX #C10520 Venetian Red

📋 copy color: '#C10520'

red 193 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #C10520

Tints of Venetian Red #C10520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

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

R = 83.91%
G = 2.17%
B = 13.91%

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

#C10520 (or 0xC10520) is known color: Venetian Red. HEX triplet: C1, 05 and 20. RGB value is (193,5,32). Sum of RGB (Red+Green+Blue) = 193+5+32=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C10520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10520 is #3EFADF. Grayscale: #404040. Windows color (decimal): -4127456 or 2098625. OLE color: 2098625.

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

Color convert

RGB 193 5 32 -
CMYK 0 0.97 0.83 0.24
HSL 351.38º 0.95% 0.39% -
HSV(B) 351.38º 0.97% 0.76% -
XYZ 22.31 11.55 2.42 -
YUV 64.29 109.78 219.8 -
System Red Green Blue C M Y K H S L
Decimal 193 5 32 0 0.97 0.83 0.24 351.38 0.95 0.39
Hex C1 5 20 0 61 53 18 15F 5F 27
Octal 301 5 40 0 141 123 30 537 137 47
Binary 11000001 101 100000 0 1100001 1010011 11000 101011111 1011111 100111

Color Harmonies of #C10520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10520

Black with #C10520

Text Example


Text Example

White with #C10520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10520; }

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

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

background-color css

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

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

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

border-color css

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

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

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