Html Css Color HEX #D90506 Venetian Red

📋 copy color: '#D90506'

red 217 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #D90506

Tints of Venetian Red #D90506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 95.18%
G = 2.19%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D90506 (or 0xD90506) is known color: Venetian Red. HEX triplet: D9, 05 and 06. RGB value is (217,5,6). Sum of RGB (Red+Green+Blue) = 217+5+6=228 (30% of max value = 765). Red value is 217 (85.16% from 255 or 95.18% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 217 - color contains mainly: red. Hex color #D90506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90506 is #26FAF9. Grayscale: #444444. Windows color (decimal): -2554618 or 394713. OLE color: 394713.

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

Color convert

RGB 217 5 6 -
CMYK 0 0.98 0.97 0.15
HSL 359.72º 0.95% 0.44% -
HSV(B) 359.72º 0.98% 0.85% -
XYZ 28.7 14.87 1.53 -
YUV 68.5 92.74 233.92 -
System Red Green Blue C M Y K H S L
Decimal 217 5 6 0 0.98 0.97 0.15 359.72 0.95 0.44
Hex D9 5 6 0 62 61 F 168 5F 2C
Octal 331 5 6 0 142 141 17 550 137 54
Binary 11011001 101 110 0 1100010 1100001 1111 101101000 1011111 101100

Color Harmonies of #D90506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90506

Black with #D90506

Text Example


Text Example

White with #D90506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90506; }

 p { color: rgb(217,5,6); }

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

background-color css

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

 a { background-color: rgb(217,5,6); }

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

border-color css

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

 span { border-color: rgb(217,5,6); }

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