Html Css Color HEX #D90713 Venetian Red

📋 copy color: '#D90713'

red 217 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #D90713

Tints of Venetian Red #D90713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.88%

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 89.3%
G = 2.88%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D90713 (or 0xD90713) is known color: Venetian Red. HEX triplet: D9, 07 and 13. RGB value is (217,7,19). Sum of RGB (Red+Green+Blue) = 217+7+19=243 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.30% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 217 - color contains mainly: red. Hex color #D90713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90713 is #26F8EC. Grayscale: #474747. Windows color (decimal): -2554093 or 1247193. OLE color: 1247193.

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

Color convert

RGB 217 7 19 -
CMYK 0 0.97 0.91 0.15
HSL 356.57º 0.94% 0.44% -
HSV(B) 356.57º 0.97% 0.85% -
XYZ 28.81 14.95 1.98 -
YUV 71.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 217 7 19 0 0.97 0.91 0.15 356.57 0.94 0.44
Hex D9 7 13 0 61 5B F 165 5E 2C
Octal 331 7 23 0 141 133 17 545 136 54
Binary 11011001 111 10011 0 1100001 1011011 1111 101100101 1011110 101100

Color Harmonies of #D90713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90713

Black with #D90713

Text Example


Text Example

White with #D90713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90713; }

 p { color: rgb(217,7,19); }

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

background-color css

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

 a { background-color: rgb(217,7,19); }

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

border-color css

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

 span { border-color: rgb(217,7,19); }

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