Html Css Color HEX #C50426 Venetian Red

📋 copy color: '#C50426'

red 197 ◦ green 4 ◦ blue 38

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

Shades of Venetian Red #C50426

Tints of Venetian Red #C50426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 82.43%
G = 1.67%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C50426 (or 0xC50426) is known color: Venetian Red. HEX triplet: C5, 04 and 26. RGB value is (197,4,38). Sum of RGB (Red+Green+Blue) = 197+4+38=239 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.43% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 197 - color contains mainly: red. Hex color #C50426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50426 is #3AFBD9. Grayscale: #414141. Windows color (decimal): -3865562 or 2491589. OLE color: 2491589.

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

Color convert

RGB 197 4 38 -
CMYK 0 0.98 0.81 0.23
HSL 349.43º 0.96% 0.39% -
HSV(B) 349.43º 0.98% 0.77% -
XYZ 23.42 12.1 2.93 -
YUV 65.58 112.44 221.74 -
System Red Green Blue C M Y K H S L
Decimal 197 4 38 0 0.98 0.81 0.23 349.43 0.96 0.39
Hex C5 4 26 0 62 51 17 15D 60 27
Octal 305 4 46 0 142 121 27 535 140 47
Binary 11000101 100 100110 0 1100010 1010001 10111 101011101 1100000 100111

Color Harmonies of #C50426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50426

Black with #C50426

Text Example


Text Example

White with #C50426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50426; }

 p { color: rgb(197,4,38); }

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

background-color css

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

 a { background-color: rgb(197,4,38); }

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

border-color css

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

 span { border-color: rgb(197,4,38); }

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