Html Css Color HEX #D10026 Venetian Red

📋 copy color: '#D10026'

red 209 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #D10026

Tints of Venetian Red #D10026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 84.62%
G = 0%
B = 15.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D10026 (or 0xD10026) is known color: Venetian Red. HEX triplet: D1, 00 and 26. RGB value is (209,0,38). Sum of RGB (Red+Green+Blue) = 209+0+38=247 (32% of max value = 765). Red value is 209 (82.03% from 255 or 84.62% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 209 - color contains mainly: red. Hex color #D10026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10026 is #2EFFD9. Grayscale: #424242. Windows color (decimal): -3080154 or 2490577. OLE color: 2490577.

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

Color convert

RGB 209 0 38 -
CMYK 0 1 0.82 0.18
HSL 349.09º 1% 0.41% -
HSV(B) 349.09º 1% 0.82% -
XYZ 26.64 13.7 3.07 -
YUV 66.82 111.74 229.41 -
System Red Green Blue C M Y K H S L
Decimal 209 0 38 0 1 0.82 0.18 349.09 1 0.41
Hex D1 0 26 0 64 52 12 15D 64 29
Octal 321 0 46 0 144 122 22 535 144 51
Binary 11010001 0 100110 0 1100100 1010010 10010 101011101 1100100 101001

Color Harmonies of #D10026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10026

Black with #D10026

Text Example


Text Example

White with #D10026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10026; }

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

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

background-color css

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

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

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

border-color css

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

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

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