Html Css Color HEX #C20021 Venetian Red

📋 copy color: '#C20021'

red 194 ◦ green 0 ◦ blue 33

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

Shades of Venetian Red #C20021

Tints of Venetian Red #C20021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 85.46%
G = 0%
B = 14.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C20021 (or 0xC20021) is known color: Venetian Red. HEX triplet: C2, 00 and 21. RGB value is (194,0,33). Sum of RGB (Red+Green+Blue) = 194+0+33=227 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.46% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 194 - color contains mainly: red. Hex color #C20021 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20021 is #3DFFDE. Grayscale: #3D3D3D. Windows color (decimal): -4063199 or 2162882. OLE color: 2162882.

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

Color convert

RGB 194 0 33 -
CMYK 0 1 0.83 0.24
HSL 349.79º 1% 0.38% -
HSV(B) 349.79º 1% 0.76% -
XYZ 22.52 11.58 2.49 -
YUV 61.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 194 0 33 0 1 0.83 0.24 349.79 1 0.38
Hex C2 0 21 0 64 53 18 15E 64 26
Octal 302 0 41 0 144 123 30 536 144 46
Binary 11000010 0 100001 0 1100100 1010011 11000 101011110 1100100 100110

Color Harmonies of #C20021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20021

Black with #C20021

Text Example


Text Example

White with #C20021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20021; }

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

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

background-color css

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

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

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

border-color css

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

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

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