Html Css Color HEX #C10715 Venetian Red

📋 copy color: '#C10715'

red 193 ◦ green 7 ◦ blue 21

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

Shades of Venetian Red #C10715

Tints of Venetian Red #C10715

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.17%

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

R = 87.33%
G = 3.17%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C10715 (or 0xC10715) is known color: Venetian Red. HEX triplet: C1, 07 and 15. RGB value is (193,7,21). Sum of RGB (Red+Green+Blue) = 193+7+21=221 (29% of max value = 765). Red value is 193 (75.78% from 255 or 87.33% from 221); Green value is 7 (3.12% from 255 or 3.17% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 193 - color contains mainly: red. Hex color #C10715 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10715 is #3EF8EA. Grayscale: #404040. Windows color (decimal): -4126955 or 1378241. OLE color: 1378241.

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

Color convert

RGB 193 7 21 -
CMYK 0 0.96 0.89 0.24
HSL 355.48º 0.93% 0.39% -
HSV(B) 355.48º 0.96% 0.76% -
XYZ 22.2 11.54 1.77 -
YUV 64.21 103.62 219.86 -
System Red Green Blue C M Y K H S L
Decimal 193 7 21 0 0.96 0.89 0.24 355.48 0.93 0.39
Hex C1 7 15 0 60 59 18 163 5D 27
Octal 301 7 25 0 140 131 30 543 135 47
Binary 11000001 111 10101 0 1100000 1011001 11000 101100011 1011101 100111

Color Harmonies of #C10715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10715

Black with #C10715

Text Example


Text Example

White with #C10715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10715; }

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

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

background-color css

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

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

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

border-color css

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

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

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