Html Css Color HEX #D10316 Venetian Red

📋 copy color: '#D10316'

red 209 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #D10316

Tints of Venetian Red #D10316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 89.32%
G = 1.28%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10316 (or 0xD10316) is known color: Venetian Red. HEX triplet: D1, 03 and 16. RGB value is (209,3,22). Sum of RGB (Red+Green+Blue) = 209+3+22=234 (30% of max value = 765). Red value is 209 (82.03% from 255 or 89.32% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 209 - color contains mainly: red. Hex color #D10316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10316 is #2EFCE9. Grayscale: #424242. Windows color (decimal): -3079402 or 1442769. OLE color: 1442769.

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

Color convert

RGB 209 3 22 -
CMYK 0 0.99 0.89 0.18
HSL 354.47º 0.97% 0.42% -
HSV(B) 354.47º 0.99% 0.82% -
XYZ 26.47 13.68 2 -
YUV 66.76 102.75 229.46 -
System Red Green Blue C M Y K H S L
Decimal 209 3 22 0 0.99 0.89 0.18 354.47 0.97 0.42
Hex D1 3 16 0 63 59 12 162 61 2A
Octal 321 3 26 0 143 131 22 542 141 52
Binary 11010001 11 10110 0 1100011 1011001 10010 101100010 1100001 101010

Color Harmonies of #D10316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10316

Black with #D10316

Text Example


Text Example

White with #D10316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10316; }

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

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

background-color css

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

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

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

border-color css

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

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

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