Html Css Color HEX #C20228 Venetian Red

📋 copy color: '#C20228'

red 194 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #C20228

Tints of Venetian Red #C20228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 82.2%
G = 0.85%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20228 (or 0xC20228) is known color: Venetian Red. HEX triplet: C2, 02 and 28. RGB value is (194,2,40). Sum of RGB (Red+Green+Blue) = 194+2+40=236 (31% of max value = 765). Red value is 194 (76.17% from 255 or 82.20% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 194 - color contains mainly: red. Hex color #C20228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20228 is #3DFDD7. Grayscale: #3F3F3F. Windows color (decimal): -4062680 or 2622146. OLE color: 2622146.

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

Color convert

RGB 194 2 40 -
CMYK 0 0.99 0.79 0.24
HSL 348.13º 0.98% 0.38% -
HSV(B) 348.13º 0.99% 0.76% -
XYZ 22.65 11.67 3.07 -
YUV 63.74 114.61 220.91 -
System Red Green Blue C M Y K H S L
Decimal 194 2 40 0 0.99 0.79 0.24 348.13 0.98 0.38
Hex C2 2 28 0 63 4F 18 15C 62 26
Octal 302 2 50 0 143 117 30 534 142 46
Binary 11000010 10 101000 0 1100011 1001111 11000 101011100 1100010 100110

Color Harmonies of #C20228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20228

Black with #C20228

Text Example


Text Example

White with #C20228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20228; }

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

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

background-color css

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

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

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

border-color css

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

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

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