Html Css Color HEX #C40713 Venetian Red

📋 copy color: '#C40713'

red 196 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #C40713

Tints of Venetian Red #C40713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.15%

 BLUE value IS 19 (7.81% from 255) = 8.56%

R = 88.29%
G = 3.15%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C40713 (or 0xC40713) is known color: Venetian Red. HEX triplet: C4, 07 and 13. RGB value is (196,7,19). Sum of RGB (Red+Green+Blue) = 196+7+19=222 (29% of max value = 765). Red value is 196 (76.95% from 255 or 88.29% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 196 - color contains mainly: red. Hex color #C40713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40713 is #3BF8EC. Grayscale: #414141. Windows color (decimal): -3930349 or 1247172. OLE color: 1247172.

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

Color convert

RGB 196 7 19 -
CMYK 0 0.96 0.90 0.23
HSL 356.19º 0.93% 0.4% -
HSV(B) 356.19º 0.96% 0.77% -
XYZ 22.96 11.93 1.71 -
YUV 64.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 196 7 19 0 0.96 0.90 0.23 356.19 0.93 0.4
Hex C4 7 13 0 60 5A 17 164 5D 28
Octal 304 7 23 0 140 132 27 544 135 50
Binary 11000100 111 10011 0 1100000 1011010 10111 101100100 1011101 101000

Color Harmonies of #C40713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40713

Black with #C40713

Text Example


Text Example

White with #C40713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40713; }

 p { color: rgb(196,7,19); }

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

background-color css

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

 a { background-color: rgb(196,7,19); }

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

border-color css

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

 span { border-color: rgb(196,7,19); }

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