Html Css Color HEX #C50418 Venetian Red

📋 copy color: '#C50418'

red 197 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #C50418

Tints of Venetian Red #C50418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 87.56%
G = 1.78%
B = 10.67%

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

#C50418 (or 0xC50418) is known color: Venetian Red. HEX triplet: C5, 04 and 18. RGB value is (197,4,24). Sum of RGB (Red+Green+Blue) = 197+4+24=225 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.56% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 197 - color contains mainly: red. Hex color #C50418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C50418 is #3AFBE7. Grayscale: #404040. Windows color (decimal): -3865576 or 1574085. OLE color: 1574085.

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

Color convert

RGB 197 4 24 -
CMYK 0 0.98 0.88 0.23
HSL 353.78º 0.96% 0.39% -
HSV(B) 353.78º 0.98% 0.77% -
XYZ 23.23 12.02 1.96 -
YUV 63.99 105.44 222.87 -
System Red Green Blue C M Y K H S L
Decimal 197 4 24 0 0.98 0.88 0.23 353.78 0.96 0.39
Hex C5 4 18 0 62 58 17 162 60 27
Octal 305 4 30 0 142 130 27 542 140 47
Binary 11000101 100 11000 0 1100010 1011000 10111 101100010 1100000 100111

Color Harmonies of #C50418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50418

Black with #C50418

Text Example


Text Example

White with #C50418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50418; }

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

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

background-color css

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

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

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

border-color css

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

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

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