Html Css Color HEX #C50327 Venetian Red

📋 copy color: '#C50327'

red 197 ◦ green 3 ◦ blue 39

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

Shades of Venetian Red #C50327

Tints of Venetian Red #C50327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.26%

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

R = 82.43%
G = 1.26%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C50327 (or 0xC50327) is known color: Venetian Red. HEX triplet: C5, 03 and 27. RGB value is (197,3,39). Sum of RGB (Red+Green+Blue) = 197+3+39=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C50327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50327 is #3AFCD8. Grayscale: #414141. Windows color (decimal): -3865817 or 2556869. OLE color: 2556869.

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

Color convert

RGB 197 3 39 -
CMYK 0 0.98 0.80 0.23
HSL 348.87º 0.97% 0.39% -
HSV(B) 348.87º 0.98% 0.77% -
XYZ 23.42 12.08 3.02 -
YUV 65.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 197 3 39 0 0.98 0.80 0.23 348.87 0.97 0.39
Hex C5 3 27 0 62 50 17 15D 61 27
Octal 305 3 47 0 142 120 27 535 141 47
Binary 11000101 11 100111 0 1100010 1010000 10111 101011101 1100001 100111

Color Harmonies of #C50327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50327

Black with #C50327

Text Example


Text Example

White with #C50327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50327; }

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

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

background-color css

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

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

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

border-color css

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

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

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