Html Css Color HEX #D40D0F Venetian Red

📋 copy color: '#D40D0F'

red 212 ◦ green 13 ◦ blue 15

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

Shades of Venetian Red #D40D0F

Tints of Venetian Red #D40D0F

RGB

 RED value IS 212 (83.2% from 255) = 88.33%

 GREEN value IS 13 (5.47% from 255) = 5.42%

 BLUE value IS 15 (6.25% from 255) = 6.25%

R = 88.33%
G = 5.42%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D40D0F (or 0xD40D0F) is known color: Venetian Red. HEX triplet: D4, 0D and 0F. RGB value is (212,13,15). Sum of RGB (Red+Green+Blue) = 212+13+15=240 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 212 - color contains mainly: red. Hex color #D40D0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40D0F is #2BF2F0. Grayscale: #484848. Windows color (decimal): -2880241 or 986580. OLE color: 986580.

HSL color Cylindrical-coordinate representation of color #D40D0F: hue angle of 359.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40D0F is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 13 15 -
CMYK 0 0.94 0.93 0.17
HSL 359.4º 0.88% 0.44% -
HSV(B) 359.4º 0.94% 0.83% -
XYZ 27.38 14.32 1.77 -
YUV 72.73 95.43 227.34 -
System Red Green Blue C M Y K H S L
Decimal 212 13 15 0 0.94 0.93 0.17 359.4 0.88 0.44
Hex D4 D F 0 5E 5D 11 167 58 2C
Octal 324 15 17 0 136 135 21 547 130 54
Binary 11010100 1101 1111 0 1011110 1011101 10001 101100111 1011000 101100

Color Harmonies of #D40D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40D0F

Black with #D40D0F

Text Example


Text Example

White with #D40D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40D0F; }

 p { color: rgb(212,13,15); }

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

background-color css

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

 a { background-color: rgb(212,13,15); }

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

border-color css

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

 span { border-color: rgb(212,13,15); }

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