Html Css Color HEX #C20111 Venetian Red

📋 copy color: '#C20111'

red 194 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #C20111

Tints of Venetian Red #C20111

RGB

 RED value IS 194 (76.17% from 255) = 91.51%

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 91.51%
G = 0.47%
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

#C20111 (or 0xC20111) is known color: Venetian Red. HEX triplet: C2, 01 and 11. RGB value is (194,1,17). Sum of RGB (Red+Green+Blue) = 194+1+17=212 (28% of max value = 765). Red value is 194 (76.17% from 255 or 91.51% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 194 - color contains mainly: red. Hex color #C20111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20111 is #3DFEEE. Grayscale: #3C3C3C. Windows color (decimal): -4062959 or 1114562. OLE color: 1114562.

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

Color convert

RGB 194 1 17 -
CMYK 0 0.99 0.91 0.24
HSL 355.03º 0.99% 0.38% -
HSV(B) 355.03º 0.99% 0.76% -
XYZ 22.36 11.53 1.58 -
YUV 60.53 103.44 223.2 -
System Red Green Blue C M Y K H S L
Decimal 194 1 17 0 0.99 0.91 0.24 355.03 0.99 0.38
Hex C2 1 11 0 63 5B 18 163 63 26
Octal 302 1 21 0 143 133 30 543 143 46
Binary 11000010 1 10001 0 1100011 1011011 11000 101100011 1100011 100110

Color Harmonies of #C20111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20111

Black with #C20111

Text Example


Text Example

White with #C20111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20111; }

 p { color: rgb(194,1,17); }

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

background-color css

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

 a { background-color: rgb(194,1,17); }

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

border-color css

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

 span { border-color: rgb(194,1,17); }

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