Html Css Color HEX #D10019 Venetian Red

📋 copy color: '#D10019'

red 209 ◦ green 0 ◦ blue 25

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

Shades of Venetian Red #D10019

Tints of Venetian Red #D10019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 89.32%
G = 0%
B = 10.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D10019 (or 0xD10019) is known color: Venetian Red. HEX triplet: D1, 00 and 19. RGB value is (209,0,25). Sum of RGB (Red+Green+Blue) = 209+0+25=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10019 is #2EFFE6. Grayscale: #414141. Windows color (decimal): -3080167 or 1638609. OLE color: 1638609.

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

Color convert

RGB 209 0 25 -
CMYK 0 1 0.88 0.18
HSL 352.82º 1% 0.41% -
HSV(B) 352.82º 1% 0.82% -
XYZ 26.47 13.63 2.15 -
YUV 65.34 105.24 230.47 -
System Red Green Blue C M Y K H S L
Decimal 209 0 25 0 1 0.88 0.18 352.82 1 0.41
Hex D1 0 19 0 64 58 12 161 64 29
Octal 321 0 31 0 144 130 22 541 144 51
Binary 11010001 0 11001 0 1100100 1011000 10010 101100001 1100100 101001

Color Harmonies of #D10019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10019

Black with #D10019

Text Example


Text Example

White with #D10019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10019; }

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

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

background-color css

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

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

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

border-color css

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

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

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