Html Css Color HEX #C10719 Venetian Red

📋 copy color: '#C10719'

red 193 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #C10719

Tints of Venetian Red #C10719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 85.78%
G = 3.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C10719 (or 0xC10719) is known color: Venetian Red. HEX triplet: C1, 07 and 19. RGB value is (193,7,25). Sum of RGB (Red+Green+Blue) = 193+7+25=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10719 is #3EF8E6. Grayscale: #404040. Windows color (decimal): -4126951 or 1640385. OLE color: 1640385.

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

Color convert

RGB 193 7 25 -
CMYK 0 0.96 0.87 0.24
HSL 354.19º 0.93% 0.39% -
HSV(B) 354.19º 0.96% 0.76% -
XYZ 22.24 11.56 1.98 -
YUV 64.67 105.62 219.54 -
System Red Green Blue C M Y K H S L
Decimal 193 7 25 0 0.96 0.87 0.24 354.19 0.93 0.39
Hex C1 7 19 0 60 57 18 162 5D 27
Octal 301 7 31 0 140 127 30 542 135 47
Binary 11000001 111 11001 0 1100000 1010111 11000 101100010 1011101 100111

Color Harmonies of #C10719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10719

Black with #C10719

Text Example


Text Example

White with #C10719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10719; }

 p { color: rgb(193,7,25); }

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

background-color css

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

 a { background-color: rgb(193,7,25); }

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

border-color css

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

 span { border-color: rgb(193,7,25); }

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