Html Css Color HEX #C10F11 Venetian Red

📋 copy color: '#C10F11'

red 193 ◦ green 15 ◦ blue 17

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

Shades of Venetian Red #C10F11

Tints of Venetian Red #C10F11

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.67%

 BLUE value IS 17 (7.03% from 255) = 7.56%

R = 85.78%
G = 6.67%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10F11 (or 0xC10F11) is known color: Venetian Red. HEX triplet: C1, 0F and 11. RGB value is (193,15,17). Sum of RGB (Red+Green+Blue) = 193+15+17=225 (29% of max value = 765). Red value is 193 (75.78% from 255 or 85.78% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 193 - color contains mainly: red. Hex color #C10F11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10F11 is #3EF0EE. Grayscale: #444444. Windows color (decimal): -4124911 or 1118145. OLE color: 1118145.

HSL color Cylindrical-coordinate representation of color #C10F11: hue angle of 359.33º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C10F11 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 15 17 -
CMYK 0 0.92 0.91 0.24
HSL 359.33º 0.86% 0.41% -
HSV(B) 359.33º 0.92% 0.76% -
XYZ 22.26 11.72 1.62 -
YUV 68.45 98.97 216.84 -
System Red Green Blue C M Y K H S L
Decimal 193 15 17 0 0.92 0.91 0.24 359.33 0.86 0.41
Hex C1 F 11 0 5C 5B 18 167 56 29
Octal 301 17 21 0 134 133 30 547 126 51
Binary 11000001 1111 10001 0 1011100 1011011 11000 101100111 1010110 101001

Color Harmonies of #C10F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10F11

Black with #C10F11

Text Example


Text Example

White with #C10F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10F11; }

 p { color: rgb(193,15,17); }

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

background-color css

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

 a { background-color: rgb(193,15,17); }

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

border-color css

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

 span { border-color: rgb(193,15,17); }

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