Html Css Color HEX #C10D19 Venetian Red

📋 copy color: '#C10D19'

red 193 ◦ green 13 ◦ blue 25

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

Shades of Venetian Red #C10D19

Tints of Venetian Red #C10D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

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

R = 83.55%
G = 5.63%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C10D19 (or 0xC10D19) is known color: Venetian Red. HEX triplet: C1, 0D and 19. RGB value is (193,13,25). Sum of RGB (Red+Green+Blue) = 193+13+25=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10D19 is #3EF2E6. Grayscale: #444444. Windows color (decimal): -4125415 or 1641921. OLE color: 1641921.

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

Color convert

RGB 193 13 25 -
CMYK 0 0.93 0.87 0.24
HSL 356º 0.87% 0.4% -
HSV(B) 356º 0.93% 0.76% -
XYZ 22.31 11.7 2 -
YUV 68.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 193 13 25 0 0.93 0.87 0.24 356 0.87 0.4
Hex C1 D 19 0 5D 57 18 164 57 28
Octal 301 15 31 0 135 127 30 544 127 50
Binary 11000001 1101 11001 0 1011101 1010111 11000 101100100 1010111 101000

Color Harmonies of #C10D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10D19

Black with #C10D19

Text Example


Text Example

White with #C10D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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