Html Css Color HEX #C10315 Venetian Red

📋 copy color: '#C10315'

red 193 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #C10315

Tints of Venetian Red #C10315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 88.94%
G = 1.38%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C10315 (or 0xC10315) is known color: Venetian Red. HEX triplet: C1, 03 and 15. RGB value is (193,3,21). Sum of RGB (Red+Green+Blue) = 193+3+21=217 (28% of max value = 765). Red value is 193 (75.78% from 255 or 88.94% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 193 - color contains mainly: red. Hex color #C10315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10315 is #3EFCEA. Grayscale: #3D3D3D. Windows color (decimal): -4127979 or 1377217. OLE color: 1377217.

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

Color convert

RGB 193 3 21 -
CMYK 0 0.98 0.89 0.24
HSL 354.32º 0.97% 0.38% -
HSV(B) 354.32º 0.98% 0.76% -
XYZ 22.16 11.46 1.75 -
YUV 61.86 104.95 221.54 -
System Red Green Blue C M Y K H S L
Decimal 193 3 21 0 0.98 0.89 0.24 354.32 0.97 0.38
Hex C1 3 15 0 62 59 18 162 61 26
Octal 301 3 25 0 142 131 30 542 141 46
Binary 11000001 11 10101 0 1100010 1011001 11000 101100010 1100001 100110

Color Harmonies of #C10315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10315

Black with #C10315

Text Example


Text Example

White with #C10315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10315; }

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

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

background-color css

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

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

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

border-color css

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

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

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