Html Css Color HEX #C50712 Venetian Red

📋 copy color: '#C50712'

red 197 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #C50712

Tints of Venetian Red #C50712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

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

R = 88.74%
G = 3.15%
B = 8.11%

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

#C50712 (or 0xC50712) is known color: Venetian Red. HEX triplet: C5, 07 and 12. RGB value is (197,7,18). Sum of RGB (Red+Green+Blue) = 197+7+18=222 (29% of max value = 765). Red value is 197 (77.34% from 255 or 88.74% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 197 - color contains mainly: red. Hex color #C50712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50712 is #3AF8ED. Grayscale: #414141. Windows color (decimal): -3864814 or 1181637. OLE color: 1181637.

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

Color convert

RGB 197 7 18 -
CMYK 0 0.96 0.91 0.23
HSL 356.53º 0.93% 0.4% -
HSV(B) 356.53º 0.96% 0.77% -
XYZ 23.21 12.07 1.68 -
YUV 65.06 101.45 222.11 -
System Red Green Blue C M Y K H S L
Decimal 197 7 18 0 0.96 0.91 0.23 356.53 0.93 0.4
Hex C5 7 12 0 60 5B 17 165 5D 28
Octal 305 7 22 0 140 133 27 545 135 50
Binary 11000101 111 10010 0 1100000 1011011 10111 101100101 1011101 101000

Color Harmonies of #C50712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50712

Black with #C50712

Text Example


Text Example

White with #C50712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50712; }

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

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

background-color css

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

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

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

border-color css

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

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

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