Html Css Color HEX #C50312 Venetian Red

📋 copy color: '#C50312'

red 197 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #C50312

Tints of Venetian Red #C50312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.38%

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

R = 90.37%
G = 1.38%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50312 (or 0xC50312) is known color: Venetian Red. HEX triplet: C5, 03 and 12. RGB value is (197,3,18). Sum of RGB (Red+Green+Blue) = 197+3+18=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C50312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50312 is #3AFCED. Grayscale: #3E3E3E. Windows color (decimal): -3865838 or 1180613. OLE color: 1180613.

HSL color Cylindrical-coordinate representation of color #C50312: hue angle of 355.36º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50312 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 18 -
CMYK 0 0.98 0.91 0.23
HSL 355.36º 0.97% 0.39% -
HSV(B) 355.36º 0.98% 0.77% -
XYZ 23.17 11.98 1.66 -
YUV 62.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 197 3 18 0 0.98 0.91 0.23 355.36 0.97 0.39
Hex C5 3 12 0 62 5B 17 163 61 27
Octal 305 3 22 0 142 133 27 543 141 47
Binary 11000101 11 10010 0 1100010 1011011 10111 101100011 1100001 100111

Color Harmonies of #C50312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50312

Black with #C50312

Text Example


Text Example

White with #C50312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50312; }

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

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

background-color css

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

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

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

border-color css

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

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

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