Html Css Color HEX #C20219 Venetian Red

📋 copy color: '#C20219'

red 194 ◦ green 2 ◦ blue 25

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

Shades of Venetian Red #C20219

Tints of Venetian Red #C20219

RGB

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

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

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

R = 87.78%
G = 0.9%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C20219 (or 0xC20219) is known color: Venetian Red. HEX triplet: C2, 02 and 19. RGB value is (194,2,25). Sum of RGB (Red+Green+Blue) = 194+2+25=221 (29% of max value = 765). Red value is 194 (76.17% from 255 or 87.78% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 194 - color contains mainly: red. Hex color #C20219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C20219 is #3DFDE6. Grayscale: #3E3E3E. Windows color (decimal): -4062695 or 1639106. OLE color: 1639106.

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

Color convert

RGB 194 2 25 -
CMYK 0 0.99 0.87 0.24
HSL 352.81º 0.98% 0.38% -
HSV(B) 352.81º 0.99% 0.76% -
XYZ 22.45 11.58 1.97 -
YUV 62.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 194 2 25 0 0.99 0.87 0.24 352.81 0.98 0.38
Hex C2 2 19 0 63 57 18 161 62 26
Octal 302 2 31 0 143 127 30 541 142 46
Binary 11000010 10 11001 0 1100011 1010111 11000 101100001 1100010 100110

Color Harmonies of #C20219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20219

Black with #C20219

Text Example


Text Example

White with #C20219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20219; }

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

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

background-color css

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

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

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

border-color css

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

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

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