Html Css Color HEX #D90609 Venetian Red

📋 copy color: '#D90609'

red 217 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #D90609

Tints of Venetian Red #D90609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.59%

 BLUE value IS 9 (3.91% from 255) = 3.88%

R = 93.53%
G = 2.59%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D90609 (or 0xD90609) is known color: Venetian Red. HEX triplet: D9, 06 and 09. RGB value is (217,6,9). Sum of RGB (Red+Green+Blue) = 217+6+9=232 (30% of max value = 765). Red value is 217 (85.16% from 255 or 93.53% from 232); Green value is 6 (2.73% from 255 or 2.59% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 217 - color contains mainly: red. Hex color #D90609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90609 is #26F9F6. Grayscale: #454545. Windows color (decimal): -2554359 or 591577. OLE color: 591577.

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

Color convert

RGB 217 6 9 -
CMYK 0 0.97 0.96 0.15
HSL 359.15º 0.95% 0.44% -
HSV(B) 359.15º 0.97% 0.85% -
XYZ 28.73 14.9 1.62 -
YUV 69.43 93.9 233.26 -
System Red Green Blue C M Y K H S L
Decimal 217 6 9 0 0.97 0.96 0.15 359.15 0.95 0.44
Hex D9 6 9 0 61 60 F 167 5F 2C
Octal 331 6 11 0 141 140 17 547 137 54
Binary 11011001 110 1001 0 1100001 1100000 1111 101100111 1011111 101100

Color Harmonies of #D90609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90609

Black with #D90609

Text Example


Text Example

White with #D90609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90609; }

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

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

background-color css

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

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

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

border-color css

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

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

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