Html Css Color HEX #D90026 Venetian Red

📋 copy color: '#D90026'

red 217 ◦ green 0 ◦ blue 38

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

Shades of Venetian Red #D90026

Tints of Venetian Red #D90026

RGB

 RED value IS 217 (85.16% from 255) = 85.1%

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

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

R = 85.1%
G = 0%
B = 14.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D90026 (or 0xD90026) is known color: Venetian Red. HEX triplet: D9, 00 and 26. RGB value is (217,0,38). Sum of RGB (Red+Green+Blue) = 217+0+38=255 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.10% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 217 - color contains mainly: red. Hex color #D90026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90026 is #26FFD9. Grayscale: #454545. Windows color (decimal): -2555866 or 2490585. OLE color: 2490585.

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

Color convert

RGB 217 0 38 -
CMYK 0 1 0.82 0.15
HSL 349.49º 1% 0.43% -
HSV(B) 349.49º 1% 0.85% -
XYZ 28.97 14.89 3.18 -
YUV 69.22 110.39 233.41 -
System Red Green Blue C M Y K H S L
Decimal 217 0 38 0 1 0.82 0.15 349.49 1 0.43
Hex D9 0 26 0 64 52 F 15D 64 2B
Octal 331 0 46 0 144 122 17 535 144 53
Binary 11011001 0 100110 0 1100100 1010010 1111 101011101 1100100 101011

Color Harmonies of #D90026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90026

Black with #D90026

Text Example


Text Example

White with #D90026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90026; }

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

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

background-color css

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

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

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

border-color css

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

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

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