Html Css Color HEX #C10913 Venetian Red

📋 copy color: '#C10913'

red 193 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #C10913

Tints of Venetian Red #C10913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.07%

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

R = 87.33%
G = 4.07%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C10913 (or 0xC10913) is known color: Venetian Red. HEX triplet: C1, 09 and 13. RGB value is (193,9,19). Sum of RGB (Red+Green+Blue) = 193+9+19=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C10913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10913 is #3EF6EC. Grayscale: #414141. Windows color (decimal): -4126445 or 1247681. OLE color: 1247681.

HSL color Cylindrical-coordinate representation of color #C10913: hue angle of 356.74º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10913 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 19 -
CMYK 0 0.95 0.90 0.24
HSL 356.74º 0.91% 0.4% -
HSV(B) 356.74º 0.95% 0.76% -
XYZ 22.21 11.58 1.68 -
YUV 65.16 101.96 219.19 -
System Red Green Blue C M Y K H S L
Decimal 193 9 19 0 0.95 0.90 0.24 356.74 0.91 0.4
Hex C1 9 13 0 5F 5A 18 165 5B 28
Octal 301 11 23 0 137 132 30 545 133 50
Binary 11000001 1001 10011 0 1011111 1011010 11000 101100101 1011011 101000

Color Harmonies of #C10913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10913

Black with #C10913

Text Example


Text Example

White with #C10913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10913; }

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

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

background-color css

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

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

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

border-color css

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

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

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