Html Css Color HEX #C50914 Venetian Red

📋 copy color: '#C50914'

red 197 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #C50914

Tints of Venetian Red #C50914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.98%

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

R = 87.17%
G = 3.98%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C50914 (or 0xC50914) is known color: Venetian Red. HEX triplet: C5, 09 and 14. RGB value is (197,9,20). Sum of RGB (Red+Green+Blue) = 197+9+20=226 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.17% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 197 - color contains mainly: red. Hex color #C50914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50914 is #3AF6EB. Grayscale: #424242. Windows color (decimal): -3864300 or 1313221. OLE color: 1313221.

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

Color convert

RGB 197 9 20 -
CMYK 0 0.95 0.90 0.23
HSL 356.49º 0.91% 0.4% -
HSV(B) 356.49º 0.95% 0.77% -
XYZ 23.25 12.12 1.78 -
YUV 66.47 101.78 221.11 -
System Red Green Blue C M Y K H S L
Decimal 197 9 20 0 0.95 0.90 0.23 356.49 0.91 0.4
Hex C5 9 14 0 5F 5A 17 164 5B 28
Octal 305 11 24 0 137 132 27 544 133 50
Binary 11000101 1001 10100 0 1011111 1011010 10111 101100100 1011011 101000

Color Harmonies of #C50914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50914

Black with #C50914

Text Example


Text Example

White with #C50914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50914; }

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

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

background-color css

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

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

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

border-color css

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

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

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