Html Css Color HEX #C41417 Venetian Red

📋 copy color: '#C41417'

red 196 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #C41417

Tints of Venetian Red #C41417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

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

R = 82.01%
G = 8.37%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C41417 (or 0xC41417) is known color: Venetian Red. HEX triplet: C4, 14 and 17. RGB value is (196,20,23). Sum of RGB (Red+Green+Blue) = 196+20+23=239 (31% of max value = 765). Red value is 196 (76.95% from 255 or 82.01% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 196 - color contains mainly: red. Hex color #C41417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C41417 is #3BEBE8. Grayscale: #494949. Windows color (decimal): -3927017 or 1512644. OLE color: 1512644.

HSL color Cylindrical-coordinate representation of color #C41417: hue angle of 358.98º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41417 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 23 -
CMYK 0 0.90 0.88 0.23
HSL 358.98º 0.81% 0.42% -
HSV(B) 358.98º 0.9% 0.77% -
XYZ 23.17 12.3 1.96 -
YUV 72.97 99.81 215.76 -
System Red Green Blue C M Y K H S L
Decimal 196 20 23 0 0.90 0.88 0.23 358.98 0.81 0.42
Hex C4 14 17 0 5A 58 17 167 51 2A
Octal 304 24 27 0 132 130 27 547 121 52
Binary 11000100 10100 10111 0 1011010 1011000 10111 101100111 1010001 101010

Color Harmonies of #C41417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41417

Black with #C41417

Text Example


Text Example

White with #C41417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41417; }

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

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

background-color css

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

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

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

border-color css

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

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

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