Html Css Color HEX #D00520 Venetian Red

📋 copy color: '#D00520'

red 208 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #D00520

Tints of Venetian Red #D00520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.04%

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

R = 84.9%
G = 2.04%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00520 (or 0xD00520) is known color: Venetian Red. HEX triplet: D0, 05 and 20. RGB value is (208,5,32). Sum of RGB (Red+Green+Blue) = 208+5+32=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D00520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00520 is #2FFADF. Grayscale: #444444. Windows color (decimal): -3144416 or 2098640. OLE color: 2098640.

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

Color convert

RGB 208 5 32 -
CMYK 0 0.98 0.85 0.18
HSL 352.02º 0.95% 0.42% -
HSV(B) 352.02º 0.98% 0.82% -
XYZ 26.33 13.62 2.61 -
YUV 68.78 107.25 227.3 -
System Red Green Blue C M Y K H S L
Decimal 208 5 32 0 0.98 0.85 0.18 352.02 0.95 0.42
Hex D0 5 20 0 62 55 12 160 5F 2A
Octal 320 5 40 0 142 125 22 540 137 52
Binary 11010000 101 100000 0 1100010 1010101 10010 101100000 1011111 101010

Color Harmonies of #D00520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00520

Black with #D00520

Text Example


Text Example

White with #D00520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00520; }

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

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

background-color css

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

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

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

border-color css

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

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

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