Html Css Color HEX #C11219 Venetian Red

📋 copy color: '#C11219'

red 193 ◦ green 18 ◦ blue 25

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

Shades of Venetian Red #C11219

Tints of Venetian Red #C11219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.63%

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 81.78%
G = 7.63%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C11219 (or 0xC11219) is known color: Venetian Red. HEX triplet: C1, 12 and 19. RGB value is (193,18,25). Sum of RGB (Red+Green+Blue) = 193+18+25=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C11219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11219 is #3EEDE6. Grayscale: #474747. Windows color (decimal): -4124135 or 1643201. OLE color: 1643201.

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

Color convert

RGB 193 18 25 -
CMYK 0 0.91 0.87 0.24
HSL 357.6º 0.83% 0.41% -
HSV(B) 357.6º 0.91% 0.76% -
XYZ 22.38 11.84 2.03 -
YUV 71.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 193 18 25 0 0.91 0.87 0.24 357.6 0.83 0.41
Hex C1 12 19 0 5B 57 18 166 53 29
Octal 301 22 31 0 133 127 30 546 123 51
Binary 11000001 10010 11001 0 1011011 1010111 11000 101100110 1010011 101001

Color Harmonies of #C11219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11219

Black with #C11219

Text Example


Text Example

White with #C11219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11219; }

 p { color: rgb(193,18,25); }

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

background-color css

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

 a { background-color: rgb(193,18,25); }

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

border-color css

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

 span { border-color: rgb(193,18,25); }

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