Html Css Color HEX #C20728 Venetian Red

📋 copy color: '#C20728'

red 194 ◦ green 7 ◦ blue 40

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

Shades of Venetian Red #C20728

Tints of Venetian Red #C20728

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

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

R = 80.5%
G = 2.9%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C20728 (or 0xC20728) is known color: Venetian Red. HEX triplet: C2, 07 and 28. RGB value is (194,7,40). Sum of RGB (Red+Green+Blue) = 194+7+40=241 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.50% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 194 - color contains mainly: red. Hex color #C20728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20728 is #3DF8D7. Grayscale: #424242. Windows color (decimal): -4061400 or 2623426. OLE color: 2623426.

HSL color Cylindrical-coordinate representation of color #C20728: hue angle of 349.41º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20728 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 7 40 -
CMYK 0 0.96 0.79 0.24
HSL 349.41º 0.93% 0.39% -
HSV(B) 349.41º 0.96% 0.76% -
XYZ 22.71 11.77 3.08 -
YUV 66.68 112.95 218.82 -
System Red Green Blue C M Y K H S L
Decimal 194 7 40 0 0.96 0.79 0.24 349.41 0.93 0.39
Hex C2 7 28 0 60 4F 18 15D 5D 27
Octal 302 7 50 0 140 117 30 535 135 47
Binary 11000010 111 101000 0 1100000 1001111 11000 101011101 1011101 100111

Color Harmonies of #C20728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20728

Black with #C20728

Text Example


Text Example

White with #C20728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20728; }

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

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

background-color css

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

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

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

border-color css

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

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

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