Html Css Color HEX #C10517 Venetian Red

📋 copy color: '#C10517'

red 193 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #C10517

Tints of Venetian Red #C10517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.41%

R = 87.33%
G = 2.26%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C10517 (or 0xC10517) is known color: Venetian Red. HEX triplet: C1, 05 and 17. RGB value is (193,5,23). Sum of RGB (Red+Green+Blue) = 193+5+23=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C10517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10517 is #3EFAE8. Grayscale: #3F3F3F. Windows color (decimal): -4127465 or 1508801. OLE color: 1508801.

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

Color convert

RGB 193 5 23 -
CMYK 0 0.97 0.88 0.24
HSL 354.26º 0.95% 0.39% -
HSV(B) 354.26º 0.97% 0.76% -
XYZ 22.2 11.51 1.86 -
YUV 63.26 105.28 220.54 -
System Red Green Blue C M Y K H S L
Decimal 193 5 23 0 0.97 0.88 0.24 354.26 0.95 0.39
Hex C1 5 17 0 61 58 18 162 5F 27
Octal 301 5 27 0 141 130 30 542 137 47
Binary 11000001 101 10111 0 1100001 1011000 11000 101100010 1011111 100111

Color Harmonies of #C10517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10517

Black with #C10517

Text Example


Text Example

White with #C10517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10517; }

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

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

background-color css

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

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

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

border-color css

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

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

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