Html Css Color HEX #D90910 Venetian Red

📋 copy color: '#D90910'

red 217 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #D90910

Tints of Venetian Red #D90910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.72%

 BLUE value IS 16 (6.64% from 255) = 6.61%

R = 89.67%
G = 3.72%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D90910 (or 0xD90910) is known color: Venetian Red. HEX triplet: D9, 09 and 10. RGB value is (217,9,16). Sum of RGB (Red+Green+Blue) = 217+9+16=242 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.67% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 217 - color contains mainly: red. Hex color #D90910 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90910 is #26F6EF. Grayscale: #484848. Windows color (decimal): -2553584 or 1051097. OLE color: 1051097.

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

Color convert

RGB 217 9 16 -
CMYK 0 0.96 0.93 0.15
HSL 357.98º 0.92% 0.44% -
HSV(B) 357.98º 0.96% 0.85% -
XYZ 28.81 14.98 1.86 -
YUV 71.99 96.41 231.43 -
System Red Green Blue C M Y K H S L
Decimal 217 9 16 0 0.96 0.93 0.15 357.98 0.92 0.44
Hex D9 9 10 0 60 5D F 166 5C 2C
Octal 331 11 20 0 140 135 17 546 134 54
Binary 11011001 1001 10000 0 1100000 1011101 1111 101100110 1011100 101100

Color Harmonies of #D90910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90910

Black with #D90910

Text Example


Text Example

White with #D90910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90910; }

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

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

background-color css

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

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

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

border-color css

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

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

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