Html Css Color HEX #C50319 Venetian Red

📋 copy color: '#C50319'

red 197 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #C50319

Tints of Venetian Red #C50319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.11%

R = 87.56%
G = 1.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C50319 (or 0xC50319) is known color: Venetian Red. HEX triplet: C5, 03 and 19. RGB value is (197,3,25). Sum of RGB (Red+Green+Blue) = 197+3+25=225 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.56% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 197 - color contains mainly: red. Hex color #C50319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50319 is #3AFCE6. Grayscale: #3F3F3F. Windows color (decimal): -3865831 or 1639365. OLE color: 1639365.

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

Color convert

RGB 197 3 25 -
CMYK 0 0.98 0.87 0.23
HSL 353.2º 0.97% 0.39% -
HSV(B) 353.2º 0.98% 0.77% -
XYZ 23.23 12.01 2.01 -
YUV 63.51 106.27 223.21 -
System Red Green Blue C M Y K H S L
Decimal 197 3 25 0 0.98 0.87 0.23 353.2 0.97 0.39
Hex C5 3 19 0 62 57 17 161 61 27
Octal 305 3 31 0 142 127 27 541 141 47
Binary 11000101 11 11001 0 1100010 1010111 10111 101100001 1100001 100111

Color Harmonies of #C50319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50319

Black with #C50319

Text Example


Text Example

White with #C50319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50319; }

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

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

background-color css

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

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

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

border-color css

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

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

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