Html Css Color HEX #C50114 Venetian Red

📋 copy color: '#C50114'

red 197 ◦ green 1 ◦ blue 20

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

Shades of Venetian Red #C50114

Tints of Venetian Red #C50114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 90.37%
G = 0.46%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C50114 (or 0xC50114) is known color: Venetian Red. HEX triplet: C5, 01 and 14. RGB value is (197,1,20). Sum of RGB (Red+Green+Blue) = 197+1+20=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C50114 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50114 is #3AFEEB. Grayscale: #3D3D3D. Windows color (decimal): -3866348 or 1311173. OLE color: 1311173.

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

Color convert

RGB 197 1 20 -
CMYK 0 0.99 0.90 0.23
HSL 354.18º 0.99% 0.39% -
HSV(B) 354.18º 0.99% 0.77% -
XYZ 23.16 11.94 1.75 -
YUV 61.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 197 1 20 0 0.99 0.90 0.23 354.18 0.99 0.39
Hex C5 1 14 0 63 5A 17 162 63 27
Octal 305 1 24 0 143 132 27 542 143 47
Binary 11000101 1 10100 0 1100011 1011010 10111 101100010 1100011 100111

Color Harmonies of #C50114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50114

Black with #C50114

Text Example


Text Example

White with #C50114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50114; }

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

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

background-color css

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

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

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

border-color css

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

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

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