Html Css Color HEX #D20026 Venetian Red

📋 copy color: '#D20026'

red 210 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #D20026

Tints of Venetian Red #D20026

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 38 (15.23% from 255) = 15.32%

R = 84.68%
G = 0%
B = 15.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D20026 (or 0xD20026) is known color: Venetian Red. HEX triplet: D2, 00 and 26. RGB value is (210,0,38). Sum of RGB (Red+Green+Blue) = 210+0+38=248 (32% of max value = 765). Red value is 210 (82.42% from 255 or 84.68% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 210 - color contains mainly: red. Hex color #D20026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D20026 is #2DFFD9. Grayscale: #434343. Windows color (decimal): -3014618 or 2490578. OLE color: 2490578.

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

Color convert

RGB 210 0 38 -
CMYK 0 1 0.82 0.18
HSL 349.14º 1% 0.41% -
HSV(B) 349.14º 1% 0.82% -
XYZ 26.93 13.84 3.09 -
YUV 67.12 111.57 229.91 -
System Red Green Blue C M Y K H S L
Decimal 210 0 38 0 1 0.82 0.18 349.14 1 0.41
Hex D2 0 26 0 64 52 12 15D 64 29
Octal 322 0 46 0 144 122 22 535 144 51
Binary 11010010 0 100110 0 1100100 1010010 10010 101011101 1100100 101001

Color Harmonies of #D20026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20026

Black with #D20026

Text Example


Text Example

White with #D20026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20026; }

 p { color: rgb(210,0,38); }

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

background-color css

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

 a { background-color: rgb(210,0,38); }

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

border-color css

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

 span { border-color: rgb(210,0,38); }

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