Html Css Color HEX #C10120 Venetian Red

📋 copy color: '#C10120'

red 193 ◦ green 1 ◦ blue 32

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

Shades of Venetian Red #C10120

Tints of Venetian Red #C10120

RGB

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

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

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

R = 85.4%
G = 0.44%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C10120 (or 0xC10120) is known color: Venetian Red. HEX triplet: C1, 01 and 20. RGB value is (193,1,32). Sum of RGB (Red+Green+Blue) = 193+1+32=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C10120 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10120 is #3EFEDF. Grayscale: #3E3E3E. Windows color (decimal): -4128480 or 2097601. OLE color: 2097601.

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

Color convert

RGB 193 1 32 -
CMYK 0 0.99 0.83 0.24
HSL 350.31º 0.99% 0.38% -
HSV(B) 350.31º 0.99% 0.76% -
XYZ 22.26 11.46 2.41 -
YUV 61.94 111.11 221.48 -
System Red Green Blue C M Y K H S L
Decimal 193 1 32 0 0.99 0.83 0.24 350.31 0.99 0.38
Hex C1 1 20 0 63 53 18 15E 63 26
Octal 301 1 40 0 143 123 30 536 143 46
Binary 11000001 1 100000 0 1100011 1010011 11000 101011110 1100011 100110

Color Harmonies of #C10120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10120

Black with #C10120

Text Example


Text Example

White with #C10120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10120; }

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

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

background-color css

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

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

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

border-color css

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

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

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