Html Css Color HEX #D90106 Venetian Red

📋 copy color: '#D90106'

red 217 ◦ green 1 ◦ blue 6

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

Shades of Venetian Red #D90106

Tints of Venetian Red #D90106

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 96.88%
G = 0.45%
B = 2.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D90106 (or 0xD90106) is known color: Venetian Red. HEX triplet: D9, 01 and 06. RGB value is (217,1,6). Sum of RGB (Red+Green+Blue) = 217+1+6=224 (29% of max value = 765). Red value is 217 (85.16% from 255 or 96.88% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 217 - color contains mainly: red. Hex color #D90106 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90106 is #26FEF9. Grayscale: #424242. Windows color (decimal): -2555642 or 393689. OLE color: 393689.

HSL color Cylindrical-coordinate representation of color #D90106: hue angle of 358.61º 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 #D90106 is Cyan = 0, Magento = 1.00, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 1 6 -
CMYK 0 1.00 0.97 0.15
HSL 358.61º 0.99% 0.43% -
HSV(B) 358.61º 1% 0.85% -
XYZ 28.66 14.79 1.52 -
YUV 66.15 94.06 235.59 -
System Red Green Blue C M Y K H S L
Decimal 217 1 6 0 1.00 0.97 0.15 358.61 0.99 0.43
Hex D9 1 6 0 64 61 F 167 63 2B
Octal 331 1 6 0 144 141 17 547 143 53
Binary 11011001 1 110 0 1100100 1100001 1111 101100111 1100011 101011

Color Harmonies of #D90106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90106

Black with #D90106

Text Example


Text Example

White with #D90106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90106; }

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

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

background-color css

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

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

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

border-color css

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

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

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