Html Css Color HEX #C50013 Venetian Red

📋 copy color: '#C50013'

red 197 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #C50013

Tints of Venetian Red #C50013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 91.2%
G = 0%
B = 8.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C50013 (or 0xC50013) is known color: Venetian Red. HEX triplet: C5, 00 and 13. RGB value is (197,0,19). Sum of RGB (Red+Green+Blue) = 197+0+19=216 (28% of max value = 765). Red value is 197 (77.34% from 255 or 91.20% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 197 - color contains mainly: red. Hex color #C50013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50013 is #3AFFEC. Grayscale: #3D3D3D. Windows color (decimal): -3866605 or 1245381. OLE color: 1245381.

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

Color convert

RGB 197 0 19 -
CMYK 0 1 0.90 0.23
HSL 354.21º 1% 0.39% -
HSV(B) 354.21º 1% 0.77% -
XYZ 23.14 11.92 1.7 -
YUV 61.07 104.27 224.96 -
System Red Green Blue C M Y K H S L
Decimal 197 0 19 0 1 0.90 0.23 354.21 1 0.39
Hex C5 0 13 0 64 5A 17 162 64 27
Octal 305 0 23 0 144 132 27 542 144 47
Binary 11000101 0 10011 0 1100100 1011010 10111 101100010 1100100 100111

Color Harmonies of #C50013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50013

Black with #C50013

Text Example


Text Example

White with #C50013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50013; }

 p { color: rgb(197,0,19); }

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

background-color css

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

 a { background-color: rgb(197,0,19); }

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

border-color css

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

 span { border-color: rgb(197,0,19); }

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