Html Css Color HEX #D90111 Venetian Red

📋 copy color: '#D90111'

red 217 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #D90111

Tints of Venetian Red #D90111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 17 (7.03% from 255) = 7.23%

R = 92.34%
G = 0.43%
B = 7.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D90111 (or 0xD90111) is known color: Venetian Red. HEX triplet: D9, 01 and 11. RGB value is (217,1,17). Sum of RGB (Red+Green+Blue) = 217+1+17=235 (31% of max value = 765). Red value is 217 (85.16% from 255 or 92.34% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 217 - color contains mainly: red. Hex color #D90111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90111 is #26FEEE. Grayscale: #434343. Windows color (decimal): -2555631 or 1114585. OLE color: 1114585.

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

Color convert

RGB 217 1 17 -
CMYK 0 1.00 0.92 0.15
HSL 355.56º 0.99% 0.43% -
HSV(B) 355.56º 1% 0.85% -
XYZ 28.73 14.81 1.88 -
YUV 67.41 99.56 234.7 -
System Red Green Blue C M Y K H S L
Decimal 217 1 17 0 1.00 0.92 0.15 355.56 0.99 0.43
Hex D9 1 11 0 64 5C F 164 63 2B
Octal 331 1 21 0 144 134 17 544 143 53
Binary 11011001 1 10001 0 1100100 1011100 1111 101100100 1100011 101011

Color Harmonies of #D90111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90111

Black with #D90111

Text Example


Text Example

White with #D90111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90111; }

 p { color: rgb(217,1,17); }

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

background-color css

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

 a { background-color: rgb(217,1,17); }

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

border-color css

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

 span { border-color: rgb(217,1,17); }

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