Html Css Color HEX #D1050E Venetian Red

📋 copy color: '#D1050E'

red 209 ◦ green 5 ◦ blue 14

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

Shades of Venetian Red #D1050E

Tints of Venetian Red #D1050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 14 (5.86% from 255) = 6.14%

R = 91.67%
G = 2.19%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1050E (or 0xD1050E) is known color: Venetian Red. HEX triplet: D1, 05 and 0E. RGB value is (209,5,14). Sum of RGB (Red+Green+Blue) = 209+5+14=228 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.67% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 209 - color contains mainly: red. Hex color #D1050E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D1050E is #2EFAF1. Grayscale: #434343. Windows color (decimal): -3078898 or 918993. OLE color: 918993.

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

Color convert

RGB 209 5 14 -
CMYK 0 0.98 0.93 0.18
HSL 357.35º 0.95% 0.42% -
HSV(B) 357.35º 0.98% 0.82% -
XYZ 26.43 13.7 1.67 -
YUV 67.02 98.09 229.27 -
System Red Green Blue C M Y K H S L
Decimal 209 5 14 0 0.98 0.93 0.18 357.35 0.95 0.42
Hex D1 5 E 0 62 5D 12 165 5F 2A
Octal 321 5 16 0 142 135 22 545 137 52
Binary 11010001 101 1110 0 1100010 1011101 10010 101100101 1011111 101010

Color Harmonies of #D1050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1050E

Black with #D1050E

Text Example


Text Example

White with #D1050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1050E; }

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

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

background-color css

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

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

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

border-color css

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

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

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