Html Css Color HEX #D10718 Venetian Red

📋 copy color: '#D10718'

red 209 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #D10718

Tints of Venetian Red #D10718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 87.08%
G = 2.92%
B = 10%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D10718 (or 0xD10718) is known color: Venetian Red. HEX triplet: D1, 07 and 18. RGB value is (209,7,24). Sum of RGB (Red+Green+Blue) = 209+7+24=240 (31% of max value = 765). Red value is 209 (82.03% from 255 or 87.08% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 209 - color contains mainly: red. Hex color #D10718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D10718 is #2EF8E7. Grayscale: #454545. Windows color (decimal): -3078376 or 1574865. OLE color: 1574865.

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

Color convert

RGB 209 7 24 -
CMYK 0 0.97 0.89 0.18
HSL 354.95º 0.94% 0.42% -
HSV(B) 354.95º 0.97% 0.82% -
XYZ 26.54 13.77 2.12 -
YUV 69.34 102.42 227.62 -
System Red Green Blue C M Y K H S L
Decimal 209 7 24 0 0.97 0.89 0.18 354.95 0.94 0.42
Hex D1 7 18 0 61 59 12 163 5E 2A
Octal 321 7 30 0 141 131 22 543 136 52
Binary 11010001 111 11000 0 1100001 1011001 10010 101100011 1011110 101010

Color Harmonies of #D10718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10718

Black with #D10718

Text Example


Text Example

White with #D10718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10718; }

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

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

background-color css

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

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

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

border-color css

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

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

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