Html Css Color HEX #C50512 Venetian Red

📋 copy color: '#C50512'

red 197 ◦ green 5 ◦ blue 18

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

Shades of Venetian Red #C50512

Tints of Venetian Red #C50512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.27%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 89.55%
G = 2.27%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50512 (or 0xC50512) is known color: Venetian Red. HEX triplet: C5, 05 and 12. RGB value is (197,5,18). Sum of RGB (Red+Green+Blue) = 197+5+18=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C50512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50512 is #3AFAED. Grayscale: #404040. Windows color (decimal): -3865326 or 1181125. OLE color: 1181125.

HSL color Cylindrical-coordinate representation of color #C50512: hue angle of 355.94º degrees, saturation: 0.95, 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 #C50512 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 5 18 -
CMYK 0 0.97 0.91 0.23
HSL 355.94º 0.95% 0.4% -
HSV(B) 355.94º 0.97% 0.77% -
XYZ 23.19 12.02 1.67 -
YUV 63.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 197 5 18 0 0.97 0.91 0.23 355.94 0.95 0.4
Hex C5 5 12 0 61 5B 17 164 5F 28
Octal 305 5 22 0 141 133 27 544 137 50
Binary 11000101 101 10010 0 1100001 1011011 10111 101100100 1011111 101000

Color Harmonies of #C50512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50512

Black with #C50512

Text Example


Text Example

White with #C50512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50512; }

 p { color: rgb(197,5,18); }

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

background-color css

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

 a { background-color: rgb(197,5,18); }

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

border-color css

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

 span { border-color: rgb(197,5,18); }

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