Html Css Color HEX #C20921 Venetian Red

📋 copy color: '#C20921'

red 194 ◦ green 9 ◦ blue 33

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

Shades of Venetian Red #C20921

Tints of Venetian Red #C20921

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

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

R = 82.2%
G = 3.81%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C20921 (or 0xC20921) is known color: Venetian Red. HEX triplet: C2, 09 and 21. RGB value is (194,9,33). Sum of RGB (Red+Green+Blue) = 194+9+33=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C20921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20921 is #3DF6DE. Grayscale: #434343. Windows color (decimal): -4060895 or 2165186. OLE color: 2165186.

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

Color convert

RGB 194 9 33 -
CMYK 0 0.95 0.83 0.24
HSL 352.22º 0.91% 0.4% -
HSV(B) 352.22º 0.95% 0.76% -
XYZ 22.62 11.77 2.52 -
YUV 67.05 108.79 218.55 -
System Red Green Blue C M Y K H S L
Decimal 194 9 33 0 0.95 0.83 0.24 352.22 0.91 0.4
Hex C2 9 21 0 5F 53 18 160 5B 28
Octal 302 11 41 0 137 123 30 540 133 50
Binary 11000010 1001 100001 0 1011111 1010011 11000 101100000 1011011 101000

Color Harmonies of #C20921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20921

Black with #C20921

Text Example


Text Example

White with #C20921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20921; }

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

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

background-color css

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

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

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

border-color css

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

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

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