Html Css Color HEX #C11213 Venetian Red

📋 copy color: '#C11213'

red 193 ◦ green 18 ◦ blue 19

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

Shades of Venetian Red #C11213

Tints of Venetian Red #C11213

RGB

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

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

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

R = 83.91%
G = 7.83%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C11213 (or 0xC11213) is known color: Venetian Red. HEX triplet: C1, 12 and 13. RGB value is (193,18,19). Sum of RGB (Red+Green+Blue) = 193+18+19=230 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.91% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 193 - color contains mainly: red. Hex color #C11213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11213 is #3EEDEC. Grayscale: #464646. Windows color (decimal): -4124141 or 1249985. OLE color: 1249985.

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

Color convert

RGB 193 18 19 -
CMYK 0 0.91 0.90 0.24
HSL 359.66º 0.83% 0.41% -
HSV(B) 359.66º 0.91% 0.76% -
XYZ 22.33 11.82 1.72 -
YUV 70.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 193 18 19 0 0.91 0.90 0.24 359.66 0.83 0.41
Hex C1 12 13 0 5B 5A 18 168 53 29
Octal 301 22 23 0 133 132 30 550 123 51
Binary 11000001 10010 10011 0 1011011 1011010 11000 101101000 1010011 101001

Color Harmonies of #C11213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11213

Black with #C11213

Text Example


Text Example

White with #C11213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11213; }

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

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

background-color css

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

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

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

border-color css

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

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

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