Html Css Color HEX #C50413 Venetian Red

📋 copy color: '#C50413'

red 197 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #C50413

Tints of Venetian Red #C50413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 89.55%
G = 1.82%
B = 8.64%

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

#C50413 (or 0xC50413) is known color: Venetian Red. HEX triplet: C5, 04 and 13. RGB value is (197,4,19). Sum of RGB (Red+Green+Blue) = 197+4+19=220 (29% of max value = 765). Red value is 197 (77.34% from 255 or 89.55% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 197 - color contains mainly: red. Hex color #C50413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50413 is #3AFBEC. Grayscale: #3F3F3F. Windows color (decimal): -3865581 or 1246405. OLE color: 1246405.

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

Color convert

RGB 197 4 19 -
CMYK 0 0.98 0.90 0.23
HSL 355.34º 0.96% 0.39% -
HSV(B) 355.34º 0.98% 0.77% -
XYZ 23.19 12 1.71 -
YUV 63.42 102.94 223.28 -
System Red Green Blue C M Y K H S L
Decimal 197 4 19 0 0.98 0.90 0.23 355.34 0.96 0.39
Hex C5 4 13 0 62 5A 17 163 60 27
Octal 305 4 23 0 142 132 27 543 140 47
Binary 11000101 100 10011 0 1100010 1011010 10111 101100011 1100000 100111

Color Harmonies of #C50413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50413

Black with #C50413

Text Example


Text Example

White with #C50413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50413; }

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

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

background-color css

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

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

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

border-color css

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

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

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