Html Css Color HEX #C20019 Venetian Red

📋 copy color: '#C20019'

red 194 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #C20019

Tints of Venetian Red #C20019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.58%
G = 0%
B = 11.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C20019 (or 0xC20019) is known color: Venetian Red. HEX triplet: C2, 00 and 19. RGB value is (194,0,25). Sum of RGB (Red+Green+Blue) = 194+0+25=219 (29% of max value = 765). Red value is 194 (76.17% from 255 or 88.58% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 194 - color contains mainly: red. Hex color #C20019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20019 is #3DFFE6. Grayscale: #3C3C3C. Windows color (decimal): -4063207 or 1638594. OLE color: 1638594.

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

Color convert

RGB 194 0 25 -
CMYK 0 1 0.87 0.24
HSL 352.27º 1% 0.38% -
HSV(B) 352.27º 1% 0.76% -
XYZ 22.42 11.54 1.97 -
YUV 60.86 107.77 222.97 -
System Red Green Blue C M Y K H S L
Decimal 194 0 25 0 1 0.87 0.24 352.27 1 0.38
Hex C2 0 19 0 64 57 18 160 64 26
Octal 302 0 31 0 144 127 30 540 144 46
Binary 11000010 0 11001 0 1100100 1010111 11000 101100000 1100100 100110

Color Harmonies of #C20019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20019

Black with #C20019

Text Example


Text Example

White with #C20019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20019; }

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

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

background-color css

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

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

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

border-color css

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

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

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