Html Css Color HEX #D90B16 Venetian Red

📋 copy color: '#D90B16'

red 217 ◦ green 11 ◦ blue 22

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

Shades of Venetian Red #D90B16

Tints of Venetian Red #D90B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 86.8%
G = 4.4%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D90B16 (or 0xD90B16) is known color: Venetian Red. HEX triplet: D9, 0B and 16. RGB value is (217,11,22). Sum of RGB (Red+Green+Blue) = 217+11+22=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B16 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90B16 is #26F4E9. Grayscale: #4A4A4A. Windows color (decimal): -2553066 or 1444825. OLE color: 1444825.

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

Color convert

RGB 217 11 22 -
CMYK 0 0.95 0.90 0.15
HSL 356.8º 0.9% 0.45% -
HSV(B) 356.8º 0.95% 0.85% -
XYZ 28.88 15.05 2.14 -
YUV 73.85 98.75 230.11 -
System Red Green Blue C M Y K H S L
Decimal 217 11 22 0 0.95 0.90 0.15 356.8 0.9 0.45
Hex D9 B 16 0 5F 5A F 165 5A 2D
Octal 331 13 26 0 137 132 17 545 132 55
Binary 11011001 1011 10110 0 1011111 1011010 1111 101100101 1011010 101101

Color Harmonies of #D90B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90B16

Black with #D90B16

Text Example


Text Example

White with #D90B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90B16; }

 p { color: rgb(217,11,22); }

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

background-color css

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

 a { background-color: rgb(217,11,22); }

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

border-color css

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

 span { border-color: rgb(217,11,22); }

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