Html Css Color HEX #C10317 Venetian Red

📋 copy color: '#C10317'

red 193 ◦ green 3 ◦ blue 23

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

Shades of Venetian Red #C10317

Tints of Venetian Red #C10317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 23 (9.38% from 255) = 10.5%

R = 88.13%
G = 1.37%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C10317 (or 0xC10317) is known color: Venetian Red. HEX triplet: C1, 03 and 17. RGB value is (193,3,23). Sum of RGB (Red+Green+Blue) = 193+3+23=219 (29% of max value = 765). Red value is 193 (75.78% from 255 or 88.13% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 193 - color contains mainly: red. Hex color #C10317 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10317 is #3EFCE8. Grayscale: #3E3E3E. Windows color (decimal): -4127977 or 1508289. OLE color: 1508289.

HSL color Cylindrical-coordinate representation of color #C10317: hue angle of 353.68º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C10317 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 3 23 -
CMYK 0 0.98 0.88 0.24
HSL 353.68º 0.97% 0.38% -
HSV(B) 353.68º 0.98% 0.76% -
XYZ 22.18 11.46 1.85 -
YUV 62.09 105.95 221.37 -
System Red Green Blue C M Y K H S L
Decimal 193 3 23 0 0.98 0.88 0.24 353.68 0.97 0.38
Hex C1 3 17 0 62 58 18 162 61 26
Octal 301 3 27 0 142 130 30 542 141 46
Binary 11000001 11 10111 0 1100010 1011000 11000 101100010 1100001 100110

Color Harmonies of #C10317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10317

Black with #C10317

Text Example


Text Example

White with #C10317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10317; }

 p { color: rgb(193,3,23); }

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

background-color css

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

 a { background-color: rgb(193,3,23); }

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

border-color css

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

 span { border-color: rgb(193,3,23); }

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