Html Css Color HEX #D1051D Venetian Red

📋 copy color: '#D1051D'

red 209 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #D1051D

Tints of Venetian Red #D1051D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.93%

R = 86.01%
G = 2.06%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1051D (or 0xD1051D) is known color: Venetian Red. HEX triplet: D1, 05 and 1D. RGB value is (209,5,29). Sum of RGB (Red+Green+Blue) = 209+5+29=243 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.01% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 209 - color contains mainly: red. Hex color #D1051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1051D is #2EFAE2. Grayscale: #444444. Windows color (decimal): -3078883 or 1902033. OLE color: 1902033.

HSL color Cylindrical-coordinate representation of color #D1051D: hue angle of 352.94º 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 #D1051D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 5 29 -
CMYK 0 0.98 0.86 0.18
HSL 352.94º 0.95% 0.42% -
HSV(B) 352.94º 0.98% 0.82% -
XYZ 26.57 13.75 2.42 -
YUV 68.73 105.59 228.05 -
System Red Green Blue C M Y K H S L
Decimal 209 5 29 0 0.98 0.86 0.18 352.94 0.95 0.42
Hex D1 5 1D 0 62 56 12 161 5F 2A
Octal 321 5 35 0 142 126 22 541 137 52
Binary 11010001 101 11101 0 1100010 1010110 10010 101100001 1011111 101010

Color Harmonies of #D1051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1051D

Black with #D1051D

Text Example


Text Example

White with #D1051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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