Html Css Color HEX #C10513 Venetian Red

📋 copy color: '#C10513'

red 193 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #C10513

Tints of Venetian Red #C10513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 88.94%
G = 2.3%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C10513 (or 0xC10513) is known color: Venetian Red. HEX triplet: C1, 05 and 13. RGB value is (193,5,19). Sum of RGB (Red+Green+Blue) = 193+5+19=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C10513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10513 is #3EFAEC. Grayscale: #3E3E3E. Windows color (decimal): -4127469 or 1246657. OLE color: 1246657.

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

Color convert

RGB 193 5 19 -
CMYK 0 0.97 0.90 0.24
HSL 355.53º 0.95% 0.39% -
HSV(B) 355.53º 0.97% 0.76% -
XYZ 22.16 11.49 1.67 -
YUV 62.81 103.28 220.86 -
System Red Green Blue C M Y K H S L
Decimal 193 5 19 0 0.97 0.90 0.24 355.53 0.95 0.39
Hex C1 5 13 0 61 5A 18 164 5F 27
Octal 301 5 23 0 141 132 30 544 137 47
Binary 11000001 101 10011 0 1100001 1011010 11000 101100100 1011111 100111

Color Harmonies of #C10513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10513

Black with #C10513

Text Example


Text Example

White with #C10513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10513; }

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

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

background-color css

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

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

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

border-color css

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

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

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