Html Css Color HEX #C50812 Venetian Red

📋 copy color: '#C50812'

red 197 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #C50812

Tints of Venetian Red #C50812

RGB

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

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

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

R = 88.34%
G = 3.59%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50812 (or 0xC50812) is known color: Venetian Red. HEX triplet: C5, 08 and 12. RGB value is (197,8,18). Sum of RGB (Red+Green+Blue) = 197+8+18=223 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.34% from 223); Green value is 8 (3.52% from 255 or 3.59% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 197 - color contains mainly: red. Hex color #C50812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50812 is #3AF7ED. Grayscale: #414141. Windows color (decimal): -3864558 or 1181893. OLE color: 1181893.

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

Color convert

RGB 197 8 18 -
CMYK 0 0.96 0.91 0.23
HSL 356.83º 0.92% 0.4% -
HSV(B) 356.83º 0.96% 0.77% -
XYZ 23.22 12.09 1.68 -
YUV 65.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 197 8 18 0 0.96 0.91 0.23 356.83 0.92 0.4
Hex C5 8 12 0 60 5B 17 165 5C 28
Octal 305 10 22 0 140 133 27 545 134 50
Binary 11000101 1000 10010 0 1100000 1011011 10111 101100101 1011100 101000

Color Harmonies of #C50812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50812

Black with #C50812

Text Example


Text Example

White with #C50812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50812; }

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

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

background-color css

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

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

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

border-color css

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

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

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