Html Css Color HEX #C40518 Venetian Red

📋 copy color: '#C40518'

red 196 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #C40518

Tints of Venetian Red #C40518

RGB

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

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

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

R = 87.11%
G = 2.22%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C40518 (or 0xC40518) is known color: Venetian Red. HEX triplet: C4, 05 and 18. RGB value is (196,5,24). Sum of RGB (Red+Green+Blue) = 196+5+24=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C40518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40518 is #3BFAE7. Grayscale: #404040. Windows color (decimal): -3930856 or 1574340. OLE color: 1574340.

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

Color convert

RGB 196 5 24 -
CMYK 0 0.97 0.88 0.23
HSL 354.03º 0.95% 0.39% -
HSV(B) 354.03º 0.97% 0.77% -
XYZ 22.98 11.91 1.95 -
YUV 64.28 105.28 221.96 -
System Red Green Blue C M Y K H S L
Decimal 196 5 24 0 0.97 0.88 0.23 354.03 0.95 0.39
Hex C4 5 18 0 61 58 17 162 5F 27
Octal 304 5 30 0 141 130 27 542 137 47
Binary 11000100 101 11000 0 1100001 1011000 10111 101100010 1011111 100111

Color Harmonies of #C40518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40518

Black with #C40518

Text Example


Text Example

White with #C40518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40518; }

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

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

background-color css

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

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

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

border-color css

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

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

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