Html Css Color HEX #D10029 Venetian Red

📋 copy color: '#D10029'

red 209 ◦ green 0 ◦ blue 41

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

Shades of Venetian Red #D10029

Tints of Venetian Red #D10029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 83.6%
G = 0%
B = 16.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D10029 (or 0xD10029) is known color: Venetian Red. HEX triplet: D1, 00 and 29. RGB value is (209,0,41). Sum of RGB (Red+Green+Blue) = 209+0+41=250 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 209 - color contains mainly: red. Hex color #D10029 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10029 is #2EFFD6. Grayscale: #434343. Windows color (decimal): -3080151 or 2687185. OLE color: 2687185.

HSL color Cylindrical-coordinate representation of color #D10029: hue angle of 348.23º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10029 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 41 -
CMYK 0 1 0.80 0.18
HSL 348.23º 1% 0.41% -
HSV(B) 348.23º 1% 0.82% -
XYZ 26.69 13.72 3.34 -
YUV 67.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 209 0 41 0 1 0.80 0.18 348.23 1 0.41
Hex D1 0 29 0 64 50 12 15C 64 29
Octal 321 0 51 0 144 120 22 534 144 51
Binary 11010001 0 101001 0 1100100 1010000 10010 101011100 1100100 101001

Color Harmonies of #D10029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10029

Black with #D10029

Text Example


Text Example

White with #D10029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10029; }

 p { color: rgb(209,0,41); }

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

background-color css

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

 a { background-color: rgb(209,0,41); }

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

border-color css

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

 span { border-color: rgb(209,0,41); }

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