Html Css Color HEX #C20519 Venetian Red

📋 copy color: '#C20519'

red 194 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #C20519

Tints of Venetian Red #C20519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.23%

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

R = 86.61%
G = 2.23%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C20519 (or 0xC20519) is known color: Venetian Red. HEX triplet: C2, 05 and 19. RGB value is (194,5,25). Sum of RGB (Red+Green+Blue) = 194+5+25=224 (29% of max value = 765). Red value is 194 (76.17% from 255 or 86.61% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 194 - color contains mainly: red. Hex color #C20519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20519 is #3DFAE6. Grayscale: #3F3F3F. Windows color (decimal): -4061927 or 1639874. OLE color: 1639874.

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

Color convert

RGB 194 5 25 -
CMYK 0 0.97 0.87 0.24
HSL 353.65º 0.95% 0.39% -
HSV(B) 353.65º 0.97% 0.76% -
XYZ 22.48 11.65 1.98 -
YUV 63.79 106.12 220.87 -
System Red Green Blue C M Y K H S L
Decimal 194 5 25 0 0.97 0.87 0.24 353.65 0.95 0.39
Hex C2 5 19 0 61 57 18 162 5F 27
Octal 302 5 31 0 141 127 30 542 137 47
Binary 11000010 101 11001 0 1100001 1010111 11000 101100010 1011111 100111

Color Harmonies of #C20519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20519

Black with #C20519

Text Example


Text Example

White with #C20519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20519; }

 p { color: rgb(194,5,25); }

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

background-color css

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

 a { background-color: rgb(194,5,25); }

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

border-color css

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

 span { border-color: rgb(194,5,25); }

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