Html Css Color HEX #D10319 Venetian Red

📋 copy color: '#D10319'

red 209 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #D10319

Tints of Venetian Red #D10319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 88.19%
G = 1.27%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D10319 (or 0xD10319) is known color: Venetian Red. HEX triplet: D1, 03 and 19. RGB value is (209,3,25). Sum of RGB (Red+Green+Blue) = 209+3+25=237 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.19% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 25 (10.16% from 255 or 10.55% from 237); Max value from RGB is 209 - color contains mainly: red. Hex color #D10319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10319 is #2EFCE6. Grayscale: #434343. Windows color (decimal): -3079399 or 1639377. OLE color: 1639377.

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

Color convert

RGB 209 3 25 -
CMYK 0 0.99 0.88 0.18
HSL 353.59º 0.97% 0.42% -
HSV(B) 353.59º 0.99% 0.82% -
XYZ 26.5 13.69 2.17 -
YUV 67.1 104.25 229.21 -
System Red Green Blue C M Y K H S L
Decimal 209 3 25 0 0.99 0.88 0.18 353.59 0.97 0.42
Hex D1 3 19 0 63 58 12 162 61 2A
Octal 321 3 31 0 143 130 22 542 141 52
Binary 11010001 11 11001 0 1100011 1011000 10010 101100010 1100001 101010

Color Harmonies of #D10319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10319

Black with #D10319

Text Example


Text Example

White with #D10319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10319; }

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

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

background-color css

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

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

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

border-color css

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

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

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