Html Css Color HEX #D20508 Venetian Red

📋 copy color: '#D20508'

red 210 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #D20508

Tints of Venetian Red #D20508

RGB

 RED value IS 210 (82.42% from 255) = 94.17%

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

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 94.17%
G = 2.24%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D20508 (or 0xD20508) is known color: Venetian Red. HEX triplet: D2, 05 and 08. RGB value is (210,5,8). Sum of RGB (Red+Green+Blue) = 210+5+8=223 (29% of max value = 765). Red value is 210 (82.42% from 255 or 94.17% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 210 - color contains mainly: red. Hex color #D20508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D20508 is #2DFAF7. Grayscale: #424242. Windows color (decimal): -3013368 or 525778. OLE color: 525778.

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

Color convert

RGB 210 5 8 -
CMYK 0 0.98 0.96 0.18
HSL 359.12º 0.95% 0.42% -
HSV(B) 359.12º 0.98% 0.82% -
XYZ 26.68 13.83 1.49 -
YUV 66.64 94.92 230.26 -
System Red Green Blue C M Y K H S L
Decimal 210 5 8 0 0.98 0.96 0.18 359.12 0.95 0.42
Hex D2 5 8 0 62 60 12 167 5F 2A
Octal 322 5 10 0 142 140 22 547 137 52
Binary 11010010 101 1000 0 1100010 1100000 10010 101100111 1011111 101010

Color Harmonies of #D20508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20508

Black with #D20508

Text Example


Text Example

White with #D20508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20508; }

 p { color: rgb(210,5,8); }

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

background-color css

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

 a { background-color: rgb(210,5,8); }

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

border-color css

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

 span { border-color: rgb(210,5,8); }

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