Html Css Color HEX #D10310 Venetian Red

📋 copy color: '#D10310'

red 209 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #D10310

Tints of Venetian Red #D10310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 91.67%
G = 1.32%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D10310 (or 0xD10310) is known color: Venetian Red. HEX triplet: D1, 03 and 10. RGB value is (209,3,16). Sum of RGB (Red+Green+Blue) = 209+3+16=228 (30% of max value = 765). Red value is 209 (82.03% from 255 or 91.67% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 209 - color contains mainly: red. Hex color #D10310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10310 is #2EFCEF. Grayscale: #424242. Windows color (decimal): -3079408 or 1049553. OLE color: 1049553.

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

Color convert

RGB 209 3 16 -
CMYK 0 0.99 0.92 0.18
HSL 356.21º 0.97% 0.42% -
HSV(B) 356.21º 0.99% 0.82% -
XYZ 26.42 13.66 1.73 -
YUV 66.08 99.75 229.94 -
System Red Green Blue C M Y K H S L
Decimal 209 3 16 0 0.99 0.92 0.18 356.21 0.97 0.42
Hex D1 3 10 0 63 5C 12 164 61 2A
Octal 321 3 20 0 143 134 22 544 141 52
Binary 11010001 11 10000 0 1100011 1011100 10010 101100100 1100001 101010

Color Harmonies of #D10310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10310

Black with #D10310

Text Example


Text Example

White with #D10310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10310; }

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

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

background-color css

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

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

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

border-color css

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

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

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