Html Css Color HEX #C50325 Venetian Red

📋 copy color: '#C50325'

red 197 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #C50325

Tints of Venetian Red #C50325

RGB

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

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

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

R = 83.12%
G = 1.27%
B = 15.61%

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

#C50325 (or 0xC50325) is known color: Venetian Red. HEX triplet: C5, 03 and 25. RGB value is (197,3,37). Sum of RGB (Red+Green+Blue) = 197+3+37=237 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.12% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 197 - color contains mainly: red. Hex color #C50325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50325 is #3AFCDA. Grayscale: #404040. Windows color (decimal): -3865819 or 2425797. OLE color: 2425797.

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

Color convert

RGB 197 3 37 -
CMYK 0 0.98 0.81 0.23
HSL 349.48º 0.97% 0.39% -
HSV(B) 349.48º 0.98% 0.77% -
XYZ 23.39 12.07 2.85 -
YUV 64.88 112.27 222.24 -
System Red Green Blue C M Y K H S L
Decimal 197 3 37 0 0.98 0.81 0.23 349.48 0.97 0.39
Hex C5 3 25 0 62 51 17 15D 61 27
Octal 305 3 45 0 142 121 27 535 141 47
Binary 11000101 11 100101 0 1100010 1010001 10111 101011101 1100001 100111

Color Harmonies of #C50325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50325

Black with #C50325

Text Example


Text Example

White with #C50325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50325; }

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

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

background-color css

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

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

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

border-color css

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

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

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