Html Css Color HEX #D00820 Venetian Red

📋 copy color: '#D00820'

red 208 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #D00820

Tints of Venetian Red #D00820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 83.87%
G = 3.23%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D00820 (or 0xD00820) is known color: Venetian Red. HEX triplet: D0, 08 and 20. RGB value is (208,8,32). Sum of RGB (Red+Green+Blue) = 208+8+32=248 (32% of max value = 765). Red value is 208 (81.64% from 255 or 83.87% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 208 - color contains mainly: red. Hex color #D00820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00820 is #2FF7DF. Grayscale: #464646. Windows color (decimal): -3143648 or 2099408. OLE color: 2099408.

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

Color convert

RGB 208 8 32 -
CMYK 0 0.96 0.85 0.18
HSL 352.8º 0.93% 0.42% -
HSV(B) 352.8º 0.96% 0.82% -
XYZ 26.36 13.69 2.62 -
YUV 70.54 106.26 226.05 -
System Red Green Blue C M Y K H S L
Decimal 208 8 32 0 0.96 0.85 0.18 352.8 0.93 0.42
Hex D0 8 20 0 60 55 12 161 5D 2A
Octal 320 10 40 0 140 125 22 541 135 52
Binary 11010000 1000 100000 0 1100000 1010101 10010 101100001 1011101 101010

Color Harmonies of #D00820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00820

Black with #D00820

Text Example


Text Example

White with #D00820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00820; }

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

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

background-color css

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

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

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

border-color css

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

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

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