Html Css Color HEX #C50619 Venetian Red

📋 copy color: '#C50619'

red 197 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #C50619

Tints of Venetian Red #C50619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.63%

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

R = 86.4%
G = 2.63%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C50619 (or 0xC50619) is known color: Venetian Red. HEX triplet: C5, 06 and 19. RGB value is (197,6,25). Sum of RGB (Red+Green+Blue) = 197+6+25=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C50619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50619 is #3AF9E6. Grayscale: #414141. Windows color (decimal): -3865063 or 1640133. OLE color: 1640133.

HSL color Cylindrical-coordinate representation of color #C50619: hue angle of 354.03º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50619 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 6 25 -
CMYK 0 0.97 0.87 0.23
HSL 354.03º 0.94% 0.4% -
HSV(B) 354.03º 0.97% 0.77% -
XYZ 23.27 12.07 2.02 -
YUV 65.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 197 6 25 0 0.97 0.87 0.23 354.03 0.94 0.4
Hex C5 6 19 0 61 57 17 162 5E 28
Octal 305 6 31 0 141 127 27 542 136 50
Binary 11000101 110 11001 0 1100001 1010111 10111 101100010 1011110 101000

Color Harmonies of #C50619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50619

Black with #C50619

Text Example


Text Example

White with #C50619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50619; }

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

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

background-color css

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

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

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

border-color css

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

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

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