Html Css Color HEX #C10718 Venetian Red

📋 copy color: '#C10718'

red 193 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #C10718

Tints of Venetian Red #C10718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.71%

R = 86.16%
G = 3.13%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C10718 (or 0xC10718) is known color: Venetian Red. HEX triplet: C1, 07 and 18. RGB value is (193,7,24). Sum of RGB (Red+Green+Blue) = 193+7+24=224 (29% of max value = 765). Red value is 193 (75.78% from 255 or 86.16% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 193 - color contains mainly: red. Hex color #C10718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10718 is #3EF8E7. Grayscale: #404040. Windows color (decimal): -4126952 or 1574849. OLE color: 1574849.

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

Color convert

RGB 193 7 24 -
CMYK 0 0.96 0.88 0.24
HSL 354.52º 0.93% 0.39% -
HSV(B) 354.52º 0.96% 0.76% -
XYZ 22.23 11.56 1.92 -
YUV 64.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 193 7 24 0 0.96 0.88 0.24 354.52 0.93 0.39
Hex C1 7 18 0 60 58 18 163 5D 27
Octal 301 7 30 0 140 130 30 543 135 47
Binary 11000001 111 11000 0 1100000 1011000 11000 101100011 1011101 100111

Color Harmonies of #C10718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10718

Black with #C10718

Text Example


Text Example

White with #C10718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10718; }

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

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

background-color css

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

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

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

border-color css

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

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

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