Html Css Color HEX #C11013 Venetian Red

📋 copy color: '#C11013'

red 193 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #C11013

Tints of Venetian Red #C11013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 84.65%
G = 7.02%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C11013 (or 0xC11013) is known color: Venetian Red. HEX triplet: C1, 10 and 13. RGB value is (193,16,19). Sum of RGB (Red+Green+Blue) = 193+16+19=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C11013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11013 is #3EEFEC. Grayscale: #454545. Windows color (decimal): -4124653 or 1249473. OLE color: 1249473.

HSL color Cylindrical-coordinate representation of color #C11013: hue angle of 358.98º degrees, saturation: 0.85, 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 #C11013 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 19 -
CMYK 0 0.92 0.90 0.24
HSL 358.98º 0.85% 0.41% -
HSV(B) 358.98º 0.92% 0.76% -
XYZ 22.3 11.76 1.71 -
YUV 69.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 193 16 19 0 0.92 0.90 0.24 358.98 0.85 0.41
Hex C1 10 13 0 5C 5A 18 167 55 29
Octal 301 20 23 0 134 132 30 547 125 51
Binary 11000001 10000 10011 0 1011100 1011010 11000 101100111 1010101 101001

Color Harmonies of #C11013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11013

Black with #C11013

Text Example


Text Example

White with #C11013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11013; }

 p { color: rgb(193,16,19); }

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

background-color css

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

 a { background-color: rgb(193,16,19); }

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

border-color css

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

 span { border-color: rgb(193,16,19); }

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