Html Css Color HEX #C50527 Venetian Red

📋 copy color: '#C50527'

red 197 ◦ green 5 ◦ blue 39

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

Shades of Venetian Red #C50527

Tints of Venetian Red #C50527

RGB

 RED value IS 197 (77.34% from 255) = 81.74%

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

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 81.74%
G = 2.07%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C50527 (or 0xC50527) is known color: Venetian Red. HEX triplet: C5, 05 and 27. RGB value is (197,5,39). Sum of RGB (Red+Green+Blue) = 197+5+39=241 (31% of max value = 765). Red value is 197 (77.34% from 255 or 81.74% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 197 - color contains mainly: red. Hex color #C50527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50527 is #3AFAD8. Grayscale: #424242. Windows color (decimal): -3865305 or 2557381. OLE color: 2557381.

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

Color convert

RGB 197 5 39 -
CMYK 0 0.97 0.80 0.23
HSL 349.38º 0.95% 0.4% -
HSV(B) 349.38º 0.97% 0.77% -
XYZ 23.45 12.13 3.02 -
YUV 66.28 112.61 221.24 -
System Red Green Blue C M Y K H S L
Decimal 197 5 39 0 0.97 0.80 0.23 349.38 0.95 0.4
Hex C5 5 27 0 61 50 17 15D 5F 28
Octal 305 5 47 0 141 120 27 535 137 50
Binary 11000101 101 100111 0 1100001 1010000 10111 101011101 1011111 101000

Color Harmonies of #C50527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50527

Black with #C50527

Text Example


Text Example

White with #C50527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50527; }

 p { color: rgb(197,5,39); }

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

background-color css

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

 a { background-color: rgb(197,5,39); }

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

border-color css

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

 span { border-color: rgb(197,5,39); }

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