Html Css Color HEX #D00718 Venetian Red

📋 copy color: '#D00718'

red 208 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #D00718

Tints of Venetian Red #D00718

RGB

 RED value IS 208 (81.64% from 255) = 87.03%

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

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

R = 87.03%
G = 2.93%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D00718 (or 0xD00718) is known color: Venetian Red. HEX triplet: D0, 07 and 18. RGB value is (208,7,24). Sum of RGB (Red+Green+Blue) = 208+7+24=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D00718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00718 is #2FF8E7. Grayscale: #454545. Windows color (decimal): -3143912 or 1574864. OLE color: 1574864.

HSL color Cylindrical-coordinate representation of color #D00718: hue angle of 354.93º degrees, saturation: 0.93, 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 #D00718 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 24 -
CMYK 0 0.97 0.88 0.18
HSL 354.93º 0.93% 0.42% -
HSV(B) 354.93º 0.97% 0.82% -
XYZ 26.25 13.63 2.11 -
YUV 69.04 102.59 227.12 -
System Red Green Blue C M Y K H S L
Decimal 208 7 24 0 0.97 0.88 0.18 354.93 0.93 0.42
Hex D0 7 18 0 61 58 12 163 5D 2A
Octal 320 7 30 0 141 130 22 543 135 52
Binary 11010000 111 11000 0 1100001 1011000 10010 101100011 1011101 101010

Color Harmonies of #D00718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00718

Black with #D00718

Text Example


Text Example

White with #D00718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00718; }

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

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

background-color css

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

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

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

border-color css

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

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

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