Html Css Color HEX #C20526 Venetian Red

📋 copy color: '#C20526'

red 194 ◦ green 5 ◦ blue 38

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

Shades of Venetian Red #C20526

Tints of Venetian Red #C20526

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 38 (15.23% from 255) = 16.03%

R = 81.86%
G = 2.11%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C20526 (or 0xC20526) is known color: Venetian Red. HEX triplet: C2, 05 and 26. RGB value is (194,5,38). Sum of RGB (Red+Green+Blue) = 194+5+38=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C20526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20526 is #3DFAD9. Grayscale: #414141. Windows color (decimal): -4061914 or 2491842. OLE color: 2491842.

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

Color convert

RGB 194 5 38 -
CMYK 0 0.97 0.80 0.24
HSL 349.52º 0.95% 0.39% -
HSV(B) 349.52º 0.97% 0.76% -
XYZ 22.65 11.72 2.9 -
YUV 65.27 112.62 219.82 -
System Red Green Blue C M Y K H S L
Decimal 194 5 38 0 0.97 0.80 0.24 349.52 0.95 0.39
Hex C2 5 26 0 61 50 18 15E 5F 27
Octal 302 5 46 0 141 120 30 536 137 47
Binary 11000010 101 100110 0 1100001 1010000 11000 101011110 1011111 100111

Color Harmonies of #C20526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20526

Black with #C20526

Text Example


Text Example

White with #C20526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20526; }

 p { color: rgb(194,5,38); }

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

background-color css

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

 a { background-color: rgb(194,5,38); }

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

border-color css

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

 span { border-color: rgb(194,5,38); }

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