Html Css Color HEX #C50417 Venetian Red

📋 copy color: '#C50417'

red 197 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #C50417

Tints of Venetian Red #C50417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 87.95%
G = 1.79%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C50417 (or 0xC50417) is known color: Venetian Red. HEX triplet: C5, 04 and 17. RGB value is (197,4,23). Sum of RGB (Red+Green+Blue) = 197+4+23=224 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.95% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 197 - color contains mainly: red. Hex color #C50417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50417 is #3AFBE8. Grayscale: #3F3F3F. Windows color (decimal): -3865577 or 1508549. OLE color: 1508549.

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

Color convert

RGB 197 4 23 -
CMYK 0 0.98 0.88 0.23
HSL 354.09º 0.96% 0.39% -
HSV(B) 354.09º 0.98% 0.77% -
XYZ 23.22 12.02 1.91 -
YUV 63.87 104.94 222.96 -
System Red Green Blue C M Y K H S L
Decimal 197 4 23 0 0.98 0.88 0.23 354.09 0.96 0.39
Hex C5 4 17 0 62 58 17 162 60 27
Octal 305 4 27 0 142 130 27 542 140 47
Binary 11000101 100 10111 0 1100010 1011000 10111 101100010 1100000 100111

Color Harmonies of #C50417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50417

Black with #C50417

Text Example


Text Example

White with #C50417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50417; }

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

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

background-color css

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

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

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

border-color css

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

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

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