Html Css Color HEX #D10318 Venetian Red

📋 copy color: '#D10318'

red 209 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #D10318

Tints of Venetian Red #D10318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.17%

R = 88.56%
G = 1.27%
B = 10.17%

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

#D10318 (or 0xD10318) is known color: Venetian Red. HEX triplet: D1, 03 and 18. RGB value is (209,3,24). Sum of RGB (Red+Green+Blue) = 209+3+24=236 (31% of max value = 765). Red value is 209 (82.03% from 255 or 88.56% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 209 - color contains mainly: red. Hex color #D10318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10318 is #2EFCE7. Grayscale: #434343. Windows color (decimal): -3079400 or 1573841. OLE color: 1573841.

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

Color convert

RGB 209 3 24 -
CMYK 0 0.99 0.89 0.18
HSL 353.88º 0.97% 0.42% -
HSV(B) 353.88º 0.99% 0.82% -
XYZ 26.49 13.69 2.11 -
YUV 66.99 103.75 229.29 -
System Red Green Blue C M Y K H S L
Decimal 209 3 24 0 0.99 0.89 0.18 353.88 0.97 0.42
Hex D1 3 18 0 63 59 12 162 61 2A
Octal 321 3 30 0 143 131 22 542 141 52
Binary 11010001 11 11000 0 1100011 1011001 10010 101100010 1100001 101010

Color Harmonies of #D10318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10318

Black with #D10318

Text Example


Text Example

White with #D10318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10318; }

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

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

background-color css

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

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

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

border-color css

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

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

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