Html Css Color HEX #C40617 Venetian Red

📋 copy color: '#C40617'

red 196 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #C40617

Tints of Venetian Red #C40617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.67%

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

R = 87.11%
G = 2.67%
B = 10.22%

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

#C40617 (or 0xC40617) is known color: Venetian Red. HEX triplet: C4, 06 and 17. RGB value is (196,6,23). Sum of RGB (Red+Green+Blue) = 196+6+23=225 (29% of max value = 765). Red value is 196 (76.95% from 255 or 87.11% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 196 - color contains mainly: red. Hex color #C40617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40617 is #3BF9E8. Grayscale: #404040. Windows color (decimal): -3930601 or 1509060. OLE color: 1509060.

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

Color convert

RGB 196 6 23 -
CMYK 0 0.97 0.88 0.23
HSL 354.63º 0.94% 0.4% -
HSV(B) 354.63º 0.97% 0.77% -
XYZ 22.98 11.93 1.9 -
YUV 64.75 104.45 221.62 -
System Red Green Blue C M Y K H S L
Decimal 196 6 23 0 0.97 0.88 0.23 354.63 0.94 0.4
Hex C4 6 17 0 61 58 17 163 5E 28
Octal 304 6 27 0 141 130 27 543 136 50
Binary 11000100 110 10111 0 1100001 1011000 10111 101100011 1011110 101000

Color Harmonies of #C40617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40617

Black with #C40617

Text Example


Text Example

White with #C40617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40617; }

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

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

background-color css

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

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

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

border-color css

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

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

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