Html Css Color HEX #C10319 Venetian Red

📋 copy color: '#C10319'

red 193 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #C10319

Tints of Venetian Red #C10319

RGB

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

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

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

R = 87.33%
G = 1.36%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C10319 (or 0xC10319) is known color: Venetian Red. HEX triplet: C1, 03 and 19. RGB value is (193,3,25). Sum of RGB (Red+Green+Blue) = 193+3+25=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C10319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10319 is #3EFCE6. Grayscale: #3E3E3E. Windows color (decimal): -4127975 or 1639361. OLE color: 1639361.

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

Color convert

RGB 193 3 25 -
CMYK 0 0.98 0.87 0.24
HSL 353.05º 0.97% 0.38% -
HSV(B) 353.05º 0.98% 0.76% -
XYZ 22.2 11.47 1.96 -
YUV 62.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 193 3 25 0 0.98 0.87 0.24 353.05 0.97 0.38
Hex C1 3 19 0 62 57 18 161 61 26
Octal 301 3 31 0 142 127 30 541 141 46
Binary 11000001 11 11001 0 1100010 1010111 11000 101100001 1100001 100110

Color Harmonies of #C10319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10319

Black with #C10319

Text Example


Text Example

White with #C10319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10319; }

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

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

background-color css

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

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

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

border-color css

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

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

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