Html Css Color HEX #D90616 Venetian Red

📋 copy color: '#D90616'

red 217 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #D90616

Tints of Venetian Red #D90616

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 88.57%
G = 2.45%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D90616 (or 0xD90616) is known color: Venetian Red. HEX triplet: D9, 06 and 16. RGB value is (217,6,22). Sum of RGB (Red+Green+Blue) = 217+6+22=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D90616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90616 is #26F9E9. Grayscale: #474747. Windows color (decimal): -2554346 or 1443545. OLE color: 1443545.

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

Color convert

RGB 217 6 22 -
CMYK 0 0.97 0.90 0.15
HSL 355.45º 0.95% 0.44% -
HSV(B) 355.45º 0.97% 0.85% -
XYZ 28.83 14.94 2.12 -
YUV 70.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 217 6 22 0 0.97 0.90 0.15 355.45 0.95 0.44
Hex D9 6 16 0 61 5A F 163 5F 2C
Octal 331 6 26 0 141 132 17 543 137 54
Binary 11011001 110 10110 0 1100001 1011010 1111 101100011 1011111 101100

Color Harmonies of #D90616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90616

Black with #D90616

Text Example


Text Example

White with #D90616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90616; }

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

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

background-color css

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

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

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

border-color css

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

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

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