Html Css Color HEX #C50328 Venetian Red

📋 copy color: '#C50328'

red 197 ◦ green 3 ◦ blue 40

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

Shades of Venetian Red #C50328

Tints of Venetian Red #C50328

RGB

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

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

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

R = 82.08%
G = 1.25%
B = 16.67%

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

#C50328 (or 0xC50328) is known color: Venetian Red. HEX triplet: C5, 03 and 28. RGB value is (197,3,40). Sum of RGB (Red+Green+Blue) = 197+3+40=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C50328 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50328 is #3AFCD7. Grayscale: #414141. Windows color (decimal): -3865816 or 2622405. OLE color: 2622405.

HSL color Cylindrical-coordinate representation of color #C50328: hue angle of 348.56º 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 #C50328 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 40 -
CMYK 0 0.98 0.80 0.23
HSL 348.56º 0.97% 0.39% -
HSV(B) 348.56º 0.98% 0.77% -
XYZ 23.44 12.09 3.11 -
YUV 65.22 113.77 221.99 -
System Red Green Blue C M Y K H S L
Decimal 197 3 40 0 0.98 0.80 0.23 348.56 0.97 0.39
Hex C5 3 28 0 62 50 17 15D 61 27
Octal 305 3 50 0 142 120 27 535 141 47
Binary 11000101 11 101000 0 1100010 1010000 10111 101011101 1100001 100111

Color Harmonies of #C50328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50328

Black with #C50328

Text Example


Text Example

White with #C50328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50328; }

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

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

background-color css

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

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

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

border-color css

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

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

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