Html Css Color HEX #C20224 Venetian Red

📋 copy color: '#C20224'

red 194 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #C20224

Tints of Venetian Red #C20224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 83.62%
G = 0.86%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20224 (or 0xC20224) is known color: Venetian Red. HEX triplet: C2, 02 and 24. RGB value is (194,2,36). Sum of RGB (Red+Green+Blue) = 194+2+36=232 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.62% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 194 - color contains mainly: red. Hex color #C20224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20224 is #3DFDDB. Grayscale: #3F3F3F. Windows color (decimal): -4062684 or 2360002. OLE color: 2360002.

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

Color convert

RGB 194 2 36 -
CMYK 0 0.99 0.81 0.24
HSL 349.38º 0.98% 0.38% -
HSV(B) 349.38º 0.99% 0.76% -
XYZ 22.59 11.64 2.73 -
YUV 63.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 194 2 36 0 0.99 0.81 0.24 349.38 0.98 0.38
Hex C2 2 24 0 63 51 18 15D 62 26
Octal 302 2 44 0 143 121 30 535 142 46
Binary 11000010 10 100100 0 1100011 1010001 11000 101011101 1100010 100110

Color Harmonies of #C20224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20224

Black with #C20224

Text Example


Text Example

White with #C20224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20224; }

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

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

background-color css

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

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

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

border-color css

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

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

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