Html Css Color HEX #C50A19 Venetian Red

📋 copy color: '#C50A19'

red 197 ◦ green 10 ◦ blue 25

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

Shades of Venetian Red #C50A19

Tints of Venetian Red #C50A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.31%

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

R = 84.91%
G = 4.31%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C50A19 (or 0xC50A19) is known color: Venetian Red. HEX triplet: C5, 0A and 19. RGB value is (197,10,25). Sum of RGB (Red+Green+Blue) = 197+10+25=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C50A19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50A19 is #3AF5E6. Grayscale: #434343. Windows color (decimal): -3864039 or 1641157. OLE color: 1641157.

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

Color convert

RGB 197 10 25 -
CMYK 0 0.95 0.87 0.23
HSL 355.19º 0.9% 0.41% -
HSV(B) 355.19º 0.95% 0.77% -
XYZ 23.31 12.16 2.04 -
YUV 67.62 103.95 220.28 -
System Red Green Blue C M Y K H S L
Decimal 197 10 25 0 0.95 0.87 0.23 355.19 0.9 0.41
Hex C5 A 19 0 5F 57 17 163 5A 29
Octal 305 12 31 0 137 127 27 543 132 51
Binary 11000101 1010 11001 0 1011111 1010111 10111 101100011 1011010 101001

Color Harmonies of #C50A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50A19

Black with #C50A19

Text Example


Text Example

White with #C50A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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