Html Css Color HEX #D10E14 Venetian Red

📋 copy color: '#D10E14'

red 209 ◦ green 14 ◦ blue 20

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

Shades of Venetian Red #D10E14

Tints of Venetian Red #D10E14

RGB

 RED value IS 209 (82.03% from 255) = 86.01%

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

 BLUE value IS 20 (8.2% from 255) = 8.23%

R = 86.01%
G = 5.76%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D10E14 (or 0xD10E14) is known color: Venetian Red. HEX triplet: D1, 0E and 14. RGB value is (209,14,20). Sum of RGB (Red+Green+Blue) = 209+14+20=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D10E14 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10E14 is #2EF1EB. Grayscale: #494949. Windows color (decimal): -3076588 or 1314513. OLE color: 1314513.

HSL color Cylindrical-coordinate representation of color #D10E14: hue angle of 358.15º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D10E14 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 14 20 -
CMYK 0 0.93 0.90 0.18
HSL 358.15º 0.87% 0.44% -
HSV(B) 358.15º 0.93% 0.82% -
XYZ 26.58 13.92 1.95 -
YUV 72.99 98.1 225.01 -
System Red Green Blue C M Y K H S L
Decimal 209 14 20 0 0.93 0.90 0.18 358.15 0.87 0.44
Hex D1 E 14 0 5D 5A 12 166 57 2C
Octal 321 16 24 0 135 132 22 546 127 54
Binary 11010001 1110 10100 0 1011101 1011010 10010 101100110 1010111 101100

Color Harmonies of #D10E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10E14

Black with #D10E14

Text Example


Text Example

White with #D10E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10E14; }

 p { color: rgb(209,14,20); }

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

background-color css

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

 a { background-color: rgb(209,14,20); }

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

border-color css

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

 span { border-color: rgb(209,14,20); }

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