Html Css Color HEX #C40517 Venetian Red

📋 copy color: '#C40517'

red 196 ◦ green 5 ◦ blue 23

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

Shades of Venetian Red #C40517

Tints of Venetian Red #C40517

RGB

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

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

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

R = 87.5%
G = 2.23%
B = 10.27%

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

#C40517 (or 0xC40517) is known color: Venetian Red. HEX triplet: C4, 05 and 17. RGB value is (196,5,23). Sum of RGB (Red+Green+Blue) = 196+5+23=224 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.5% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 196 - color contains mainly: red. Hex color #C40517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40517 is #3BFAE8. Grayscale: #404040. Windows color (decimal): -3930857 or 1508804. OLE color: 1508804.

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

Color convert

RGB 196 5 23 -
CMYK 0 0.97 0.88 0.23
HSL 354.35º 0.95% 0.39% -
HSV(B) 354.35º 0.97% 0.77% -
XYZ 22.97 11.91 1.9 -
YUV 64.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 196 5 23 0 0.97 0.88 0.23 354.35 0.95 0.39
Hex C4 5 17 0 61 58 17 162 5F 27
Octal 304 5 27 0 141 130 27 542 137 47
Binary 11000100 101 10111 0 1100001 1011000 10111 101100010 1011111 100111

Color Harmonies of #C40517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40517

Black with #C40517

Text Example


Text Example

White with #C40517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40517; }

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

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

background-color css

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

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

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

border-color css

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

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

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