Html Css Color HEX #C20121 Venetian Red

📋 copy color: '#C20121'

red 194 ◦ green 1 ◦ blue 33

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

Shades of Venetian Red #C20121

Tints of Venetian Red #C20121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 85.09%
G = 0.44%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C20121 (or 0xC20121) is known color: Venetian Red. HEX triplet: C2, 01 and 21. RGB value is (194,1,33). Sum of RGB (Red+Green+Blue) = 194+1+33=228 (30% of max value = 765). Red value is 194 (76.17% from 255 or 85.09% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 194 - color contains mainly: red. Hex color #C20121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20121 is #3DFEDE. Grayscale: #3E3E3E. Windows color (decimal): -4062943 or 2163138. OLE color: 2163138.

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

Color convert

RGB 194 1 33 -
CMYK 0 0.99 0.83 0.24
HSL 350.05º 0.99% 0.38% -
HSV(B) 350.05º 0.99% 0.76% -
XYZ 22.53 11.6 2.49 -
YUV 62.36 111.44 221.9 -
System Red Green Blue C M Y K H S L
Decimal 194 1 33 0 0.99 0.83 0.24 350.05 0.99 0.38
Hex C2 1 21 0 63 53 18 15E 63 26
Octal 302 1 41 0 143 123 30 536 143 46
Binary 11000010 1 100001 0 1100011 1010011 11000 101011110 1100011 100110

Color Harmonies of #C20121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20121

Black with #C20121

Text Example


Text Example

White with #C20121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20121; }

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

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

background-color css

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

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

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

border-color css

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

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

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