Html Css Color HEX #C50314 Venetian Red

📋 copy color: '#C50314'

red 197 ◦ green 3 ◦ blue 20

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

Shades of Venetian Red #C50314

Tints of Venetian Red #C50314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 89.55%
G = 1.36%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C50314 (or 0xC50314) is known color: Venetian Red. HEX triplet: C5, 03 and 14. RGB value is (197,3,20). Sum of RGB (Red+Green+Blue) = 197+3+20=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C50314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50314 is #3AFCEB. Grayscale: #3F3F3F. Windows color (decimal): -3865836 or 1311685. OLE color: 1311685.

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

Color convert

RGB 197 3 20 -
CMYK 0 0.98 0.90 0.23
HSL 354.74º 0.97% 0.39% -
HSV(B) 354.74º 0.98% 0.77% -
XYZ 23.18 11.99 1.75 -
YUV 62.94 103.77 223.62 -
System Red Green Blue C M Y K H S L
Decimal 197 3 20 0 0.98 0.90 0.23 354.74 0.97 0.39
Hex C5 3 14 0 62 5A 17 163 61 27
Octal 305 3 24 0 142 132 27 543 141 47
Binary 11000101 11 10100 0 1100010 1011010 10111 101100011 1100001 100111

Color Harmonies of #C50314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50314

Black with #C50314

Text Example


Text Example

White with #C50314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50314; }

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

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

background-color css

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

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

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

border-color css

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

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

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