Html Css Color HEX #D90814 Venetian Red

📋 copy color: '#D90814'

red 217 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #D90814

Tints of Venetian Red #D90814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 88.57%
G = 3.27%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D90814 (or 0xD90814) is known color: Venetian Red. HEX triplet: D9, 08 and 14. RGB value is (217,8,20). Sum of RGB (Red+Green+Blue) = 217+8+20=245 (32% of max value = 765). Red value is 217 (85.16% from 255 or 88.57% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 217 - color contains mainly: red. Hex color #D90814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90814 is #26F7EB. Grayscale: #484848. Windows color (decimal): -2553836 or 1312985. OLE color: 1312985.

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

Color convert

RGB 217 8 20 -
CMYK 0 0.96 0.91 0.15
HSL 356.56º 0.93% 0.44% -
HSV(B) 356.56º 0.96% 0.85% -
XYZ 28.83 14.98 2.03 -
YUV 71.86 98.74 231.52 -
System Red Green Blue C M Y K H S L
Decimal 217 8 20 0 0.96 0.91 0.15 356.56 0.93 0.44
Hex D9 8 14 0 60 5B F 165 5D 2C
Octal 331 10 24 0 140 133 17 545 135 54
Binary 11011001 1000 10100 0 1100000 1011011 1111 101100101 1011101 101100

Color Harmonies of #D90814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90814

Black with #D90814

Text Example


Text Example

White with #D90814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90814; }

 p { color: rgb(217,8,20); }

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

background-color css

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

 a { background-color: rgb(217,8,20); }

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

border-color css

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

 span { border-color: rgb(217,8,20); }

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