Html Css Color HEX #C20828 Venetian Red

📋 copy color: '#C20828'

red 194 ◦ green 8 ◦ blue 40

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

Shades of Venetian Red #C20828

Tints of Venetian Red #C20828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 80.17%
G = 3.31%
B = 16.53%

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

#C20828 (or 0xC20828) is known color: Venetian Red. HEX triplet: C2, 08 and 28. RGB value is (194,8,40). Sum of RGB (Red+Green+Blue) = 194+8+40=242 (32% of max value = 765). Red value is 194 (76.17% from 255 or 80.17% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 194 - color contains mainly: red. Hex color #C20828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20828 is #3DF7D7. Grayscale: #434343. Windows color (decimal): -4061144 or 2623682. OLE color: 2623682.

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

Color convert

RGB 194 8 40 -
CMYK 0 0.96 0.79 0.24
HSL 349.68º 0.92% 0.4% -
HSV(B) 349.68º 0.96% 0.76% -
XYZ 22.72 11.8 3.09 -
YUV 67.26 112.62 218.4 -
System Red Green Blue C M Y K H S L
Decimal 194 8 40 0 0.96 0.79 0.24 349.68 0.92 0.4
Hex C2 8 28 0 60 4F 18 15E 5C 28
Octal 302 10 50 0 140 117 30 536 134 50
Binary 11000010 1000 101000 0 1100000 1001111 11000 101011110 1011100 101000

Color Harmonies of #C20828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20828

Black with #C20828

Text Example


Text Example

White with #C20828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20828; }

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

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

background-color css

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

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

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

border-color css

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

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

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