Html Css Color HEX #D90A10 Venetian Red

📋 copy color: '#D90A10'

red 217 ◦ green 10 ◦ blue 16

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

Shades of Venetian Red #D90A10

Tints of Venetian Red #D90A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.12%

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

R = 89.3%
G = 4.12%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D90A10 (or 0xD90A10) is known color: Venetian Red. HEX triplet: D9, 0A and 10. RGB value is (217,10,16). Sum of RGB (Red+Green+Blue) = 217+10+16=243 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.30% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90A10 is #26F5EF. Grayscale: #484848. Windows color (decimal): -2553328 or 1051353. OLE color: 1051353.

HSL color Cylindrical-coordinate representation of color #D90A10: hue angle of 358.26º degrees, saturation: 0.91, 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 #D90A10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 10 16 -
CMYK 0 0.95 0.93 0.15
HSL 358.26º 0.91% 0.45% -
HSV(B) 358.26º 0.95% 0.85% -
XYZ 28.82 15.01 1.87 -
YUV 72.58 96.08 231.01 -
System Red Green Blue C M Y K H S L
Decimal 217 10 16 0 0.95 0.93 0.15 358.26 0.91 0.45
Hex D9 A 10 0 5F 5D F 166 5B 2D
Octal 331 12 20 0 137 135 17 546 133 55
Binary 11011001 1010 10000 0 1011111 1011101 1111 101100110 1011011 101101

Color Harmonies of #D90A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A10

Black with #D90A10

Text Example


Text Example

White with #D90A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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