Html Css Color HEX #C10511 Venetian Red

📋 copy color: '#C10511'

red 193 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #C10511

Tints of Venetian Red #C10511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 89.77%
G = 2.33%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10511 (or 0xC10511) is known color: Venetian Red. HEX triplet: C1, 05 and 11. RGB value is (193,5,17). Sum of RGB (Red+Green+Blue) = 193+5+17=215 (28% of max value = 765). Red value is 193 (75.78% from 255 or 89.77% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 193 - color contains mainly: red. Hex color #C10511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10511 is #3EFAEE. Grayscale: #3E3E3E. Windows color (decimal): -4127471 or 1115585. OLE color: 1115585.

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

Color convert

RGB 193 5 17 -
CMYK 0 0.97 0.91 0.24
HSL 356.17º 0.95% 0.39% -
HSV(B) 356.17º 0.97% 0.76% -
XYZ 22.15 11.49 1.58 -
YUV 62.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 193 5 17 0 0.97 0.91 0.24 356.17 0.95 0.39
Hex C1 5 11 0 61 5B 18 164 5F 27
Octal 301 5 21 0 141 133 30 544 137 47
Binary 11000001 101 10001 0 1100001 1011011 11000 101100100 1011111 100111

Color Harmonies of #C10511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10511

Black with #C10511

Text Example


Text Example

White with #C10511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10511; }

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

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

background-color css

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

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

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

border-color css

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

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

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