Html Css Color HEX #C40E19 Venetian Red

📋 copy color: '#C40E19'

red 196 ◦ green 14 ◦ blue 25

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

Shades of Venetian Red #C40E19

Tints of Venetian Red #C40E19

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.96%

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 83.4%
G = 5.96%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C40E19 (or 0xC40E19) is known color: Venetian Red. HEX triplet: C4, 0E and 19. RGB value is (196,14,25). Sum of RGB (Red+Green+Blue) = 196+14+25=235 (31% of max value = 765). Red value is 196 (76.95% from 255 or 83.40% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 196 - color contains mainly: red. Hex color #C40E19 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C40E19 is #3BF1E6. Grayscale: #454545. Windows color (decimal): -3928551 or 1642180. OLE color: 1642180.

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

Color convert

RGB 196 14 25 -
CMYK 0 0.93 0.87 0.23
HSL 356.37º 0.87% 0.41% -
HSV(B) 356.37º 0.93% 0.77% -
XYZ 23.1 12.12 2.04 -
YUV 69.67 102.8 218.11 -
System Red Green Blue C M Y K H S L
Decimal 196 14 25 0 0.93 0.87 0.23 356.37 0.87 0.41
Hex C4 E 19 0 5D 57 17 164 57 29
Octal 304 16 31 0 135 127 27 544 127 51
Binary 11000100 1110 11001 0 1011101 1010111 10111 101100100 1010111 101001

Color Harmonies of #C40E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40E19

Black with #C40E19

Text Example


Text Example

White with #C40E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40E19; }

 p { color: rgb(196,14,25); }

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

background-color css

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

 a { background-color: rgb(196,14,25); }

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

border-color css

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

 span { border-color: rgb(196,14,25); }

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