Html Css Color HEX #C50425 Venetian Red

📋 copy color: '#C50425'

red 197 ◦ green 4 ◦ blue 37

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

Shades of Venetian Red #C50425

Tints of Venetian Red #C50425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.55%

R = 82.77%
G = 1.68%
B = 15.55%

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

#C50425 (or 0xC50425) is known color: Venetian Red. HEX triplet: C5, 04 and 25. RGB value is (197,4,37). Sum of RGB (Red+Green+Blue) = 197+4+37=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 37 (14.84% from 255 or 15.55% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C50425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50425 is #3AFBDA. Grayscale: #414141. Windows color (decimal): -3865563 or 2426053. OLE color: 2426053.

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

Color convert

RGB 197 4 37 -
CMYK 0 0.98 0.81 0.23
HSL 349.74º 0.96% 0.39% -
HSV(B) 349.74º 0.98% 0.77% -
XYZ 23.4 12.09 2.85 -
YUV 65.47 111.94 221.82 -
System Red Green Blue C M Y K H S L
Decimal 197 4 37 0 0.98 0.81 0.23 349.74 0.96 0.39
Hex C5 4 25 0 62 51 17 15E 60 27
Octal 305 4 45 0 142 121 27 536 140 47
Binary 11000101 100 100101 0 1100010 1010001 10111 101011110 1100000 100111

Color Harmonies of #C50425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50425

Black with #C50425

Text Example


Text Example

White with #C50425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50425; }

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

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

background-color css

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

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

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

border-color css

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

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

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