Html Css Color HEX #C50411 Venetian Red

📋 copy color: '#C50411'

red 197 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #C50411

Tints of Venetian Red #C50411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.8%

R = 90.37%
G = 1.83%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C50411 (or 0xC50411) is known color: Venetian Red. HEX triplet: C5, 04 and 11. RGB value is (197,4,17). Sum of RGB (Red+Green+Blue) = 197+4+17=218 (28% of max value = 765). Red value is 197 (77.34% from 255 or 90.37% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 197 - color contains mainly: red. Hex color #C50411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50411 is #3AFBEE. Grayscale: #3F3F3F. Windows color (decimal): -3865583 or 1115333. OLE color: 1115333.

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

Color convert

RGB 197 4 17 -
CMYK 0 0.98 0.91 0.23
HSL 355.96º 0.96% 0.39% -
HSV(B) 355.96º 0.98% 0.77% -
XYZ 23.17 12 1.62 -
YUV 63.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 197 4 17 0 0.98 0.91 0.23 355.96 0.96 0.39
Hex C5 4 11 0 62 5B 17 164 60 27
Octal 305 4 21 0 142 133 27 544 140 47
Binary 11000101 100 10001 0 1100010 1011011 10111 101100100 1100000 100111

Color Harmonies of #C50411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50411

Black with #C50411

Text Example


Text Example

White with #C50411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50411; }

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

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

background-color css

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

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

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

border-color css

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

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

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