Html Css Color HEX #C50813 Venetian Red

📋 copy color: '#C50813'

red 197 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #C50813

Tints of Venetian Red #C50813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.57%

 BLUE value IS 19 (7.81% from 255) = 8.48%

R = 87.95%
G = 3.57%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C50813 (or 0xC50813) is known color: Venetian Red. HEX triplet: C5, 08 and 13. RGB value is (197,8,19). Sum of RGB (Red+Green+Blue) = 197+8+19=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C50813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50813 is #3AF7EC. Grayscale: #414141. Windows color (decimal): -3864557 or 1247429. OLE color: 1247429.

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

Color convert

RGB 197 8 19 -
CMYK 0 0.96 0.90 0.23
HSL 356.51º 0.92% 0.4% -
HSV(B) 356.51º 0.96% 0.77% -
XYZ 23.23 12.09 1.73 -
YUV 65.77 101.62 221.61 -
System Red Green Blue C M Y K H S L
Decimal 197 8 19 0 0.96 0.90 0.23 356.51 0.92 0.4
Hex C5 8 13 0 60 5A 17 165 5C 28
Octal 305 10 23 0 140 132 27 545 134 50
Binary 11000101 1000 10011 0 1100000 1011010 10111 101100101 1011100 101000

Color Harmonies of #C50813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50813

Black with #C50813

Text Example


Text Example

White with #C50813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50813; }

 p { color: rgb(197,8,19); }

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

background-color css

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

 a { background-color: rgb(197,8,19); }

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

border-color css

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

 span { border-color: rgb(197,8,19); }

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