Html Css Color HEX #C10514 Venetian Red

📋 copy color: '#C10514'

red 193 ◦ green 5 ◦ blue 20

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

Shades of Venetian Red #C10514

Tints of Venetian Red #C10514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 88.53%
G = 2.29%
B = 9.17%

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

#C10514 (or 0xC10514) is known color: Venetian Red. HEX triplet: C1, 05 and 14. RGB value is (193,5,20). Sum of RGB (Red+Green+Blue) = 193+5+20=218 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.53% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 193 - color contains mainly: red. Hex color #C10514 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10514 is #3EFAEB. Grayscale: #3F3F3F. Windows color (decimal): -4127468 or 1312193. OLE color: 1312193.

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

Color convert

RGB 193 5 20 -
CMYK 0 0.97 0.90 0.24
HSL 355.21º 0.95% 0.39% -
HSV(B) 355.21º 0.97% 0.76% -
XYZ 22.17 11.5 1.71 -
YUV 62.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 193 5 20 0 0.97 0.90 0.24 355.21 0.95 0.39
Hex C1 5 14 0 61 5A 18 163 5F 27
Octal 301 5 24 0 141 132 30 543 137 47
Binary 11000001 101 10100 0 1100001 1011010 11000 101100011 1011111 100111

Color Harmonies of #C10514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10514

Black with #C10514

Text Example


Text Example

White with #C10514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10514; }

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

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

background-color css

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

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

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

border-color css

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

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

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