Html Css Color HEX #C10E13 Venetian Red

📋 copy color: '#C10E13'

red 193 ◦ green 14 ◦ blue 19

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

Shades of Venetian Red #C10E13

Tints of Venetian Red #C10E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.19%

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

R = 85.4%
G = 6.19%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C10E13 (or 0xC10E13) is known color: Venetian Red. HEX triplet: C1, 0E and 13. RGB value is (193,14,19). Sum of RGB (Red+Green+Blue) = 193+14+19=226 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.40% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10E13 is #3EF1EC. Grayscale: #444444. Windows color (decimal): -4125165 or 1248961. OLE color: 1248961.

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

Color convert

RGB 193 14 19 -
CMYK 0 0.93 0.90 0.24
HSL 358.32º 0.86% 0.41% -
HSV(B) 358.32º 0.93% 0.76% -
XYZ 22.27 11.7 1.7 -
YUV 68.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 193 14 19 0 0.93 0.90 0.24 358.32 0.86 0.41
Hex C1 E 13 0 5D 5A 18 166 56 29
Octal 301 16 23 0 135 132 30 546 126 51
Binary 11000001 1110 10011 0 1011101 1011010 11000 101100110 1010110 101001

Color Harmonies of #C10E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E13

Black with #C10E13

Text Example


Text Example

White with #C10E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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