Html Css Color HEX #C20E17 Venetian Red

📋 copy color: '#C20E17'

red 194 ◦ green 14 ◦ blue 23

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

Shades of Venetian Red #C20E17

Tints of Venetian Red #C20E17

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 83.98%
G = 6.06%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C20E17 (or 0xC20E17) is known color: Venetian Red. HEX triplet: C2, 0E and 17. RGB value is (194,14,23). Sum of RGB (Red+Green+Blue) = 194+14+23=231 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.98% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20E17 is #3DF1E8. Grayscale: #444444. Windows color (decimal): -4059625 or 1511106. OLE color: 1511106.

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

Color convert

RGB 194 14 23 -
CMYK 0 0.93 0.88 0.24
HSL 357º 0.87% 0.41% -
HSV(B) 357º 0.93% 0.76% -
XYZ 22.56 11.85 1.91 -
YUV 68.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 194 14 23 0 0.93 0.88 0.24 357 0.87 0.41
Hex C2 E 17 0 5D 58 18 165 57 29
Octal 302 16 27 0 135 130 30 545 127 51
Binary 11000010 1110 10111 0 1011101 1011000 11000 101100101 1010111 101001

Color Harmonies of #C20E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E17

Black with #C20E17

Text Example


Text Example

White with #C20E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E17; }

 p { color: rgb(194,14,23); }

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

background-color css

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

 a { background-color: rgb(194,14,23); }

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

border-color css

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

 span { border-color: rgb(194,14,23); }

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