Html Css Color HEX #C10211 Venetian Red

📋 copy color: '#C10211'

red 193 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #C10211

Tints of Venetian Red #C10211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 91.04%
G = 0.94%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C10211 (or 0xC10211) is known color: Venetian Red. HEX triplet: C1, 02 and 11. RGB value is (193,2,17). Sum of RGB (Red+Green+Blue) = 193+2+17=212 (28% of max value = 765). Red value is 193 (75.78% from 255 or 91.04% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 193 - color contains mainly: red. Hex color #C10211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C10211 is #3EFDEE. Grayscale: #3C3C3C. Windows color (decimal): -4128239 or 1114817. OLE color: 1114817.

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

Color convert

RGB 193 2 17 -
CMYK 0 0.99 0.91 0.24
HSL 355.29º 0.98% 0.38% -
HSV(B) 355.29º 0.99% 0.76% -
XYZ 22.12 11.42 1.57 -
YUV 60.82 103.28 222.28 -
System Red Green Blue C M Y K H S L
Decimal 193 2 17 0 0.99 0.91 0.24 355.29 0.98 0.38
Hex C1 2 11 0 63 5B 18 163 62 26
Octal 301 2 21 0 143 133 30 543 142 46
Binary 11000001 10 10001 0 1100011 1011011 11000 101100011 1100010 100110

Color Harmonies of #C10211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10211

Black with #C10211

Text Example


Text Example

White with #C10211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10211; }

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

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

background-color css

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

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

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

border-color css

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

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

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