Html Css Color HEX #C40519 Venetian Red

📋 copy color: '#C40519'

red 196 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #C40519

Tints of Venetian Red #C40519

RGB

 RED value IS 196 (76.95% from 255) = 86.73%

 GREEN value IS 5 (2.34% from 255) = 2.21%

 BLUE value IS 25 (10.16% from 255) = 11.06%

R = 86.73%
G = 2.21%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C40519 (or 0xC40519) is known color: Venetian Red. HEX triplet: C4, 05 and 19. RGB value is (196,5,25). Sum of RGB (Red+Green+Blue) = 196+5+25=226 (29% of max value = 765). Red value is 196 (76.95% from 255 or 86.73% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 196 - color contains mainly: red. Hex color #C40519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40519 is #3BFAE6. Grayscale: #404040. Windows color (decimal): -3930855 or 1639876. OLE color: 1639876.

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

Color convert

RGB 196 5 25 -
CMYK 0 0.97 0.87 0.23
HSL 353.72º 0.95% 0.39% -
HSV(B) 353.72º 0.97% 0.77% -
XYZ 22.99 11.91 2.01 -
YUV 64.39 105.78 221.87 -
System Red Green Blue C M Y K H S L
Decimal 196 5 25 0 0.97 0.87 0.23 353.72 0.95 0.39
Hex C4 5 19 0 61 57 17 162 5F 27
Octal 304 5 31 0 141 127 27 542 137 47
Binary 11000100 101 11001 0 1100001 1010111 10111 101100010 1011111 100111

Color Harmonies of #C40519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40519

Black with #C40519

Text Example


Text Example

White with #C40519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40519; }

 p { color: rgb(196,5,25); }

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

background-color css

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

 a { background-color: rgb(196,5,25); }

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

border-color css

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

 span { border-color: rgb(196,5,25); }

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