Html Css Color HEX #D00720 Venetian Red

📋 copy color: '#D00720'

red 208 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #D00720

Tints of Venetian Red #D00720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 84.21%
G = 2.83%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00720 (or 0xD00720) is known color: Venetian Red. HEX triplet: D0, 07 and 20. RGB value is (208,7,32). Sum of RGB (Red+Green+Blue) = 208+7+32=247 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.21% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 208 - color contains mainly: red. Hex color #D00720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00720 is #2FF8DF. Grayscale: #464646. Windows color (decimal): -3143904 or 2099152. OLE color: 2099152.

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

Color convert

RGB 208 7 32 -
CMYK 0 0.97 0.85 0.18
HSL 352.54º 0.93% 0.42% -
HSV(B) 352.54º 0.97% 0.82% -
XYZ 26.35 13.67 2.62 -
YUV 69.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 208 7 32 0 0.97 0.85 0.18 352.54 0.93 0.42
Hex D0 7 20 0 61 55 12 161 5D 2A
Octal 320 7 40 0 141 125 22 541 135 52
Binary 11010000 111 100000 0 1100001 1010101 10010 101100001 1011101 101010

Color Harmonies of #D00720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00720

Black with #D00720

Text Example


Text Example

White with #D00720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00720; }

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

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

background-color css

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

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

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

border-color css

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

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

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