Html Css Color HEX #D90416 Venetian Red

📋 copy color: '#D90416'

red 217 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #D90416

Tints of Venetian Red #D90416

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 89.3%
G = 1.65%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D90416 (or 0xD90416) is known color: Venetian Red. HEX triplet: D9, 04 and 16. RGB value is (217,4,22). Sum of RGB (Red+Green+Blue) = 217+4+22=243 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.30% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 217 - color contains mainly: red. Hex color #D90416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90416 is #26FBE9. Grayscale: #454545. Windows color (decimal): -2554858 or 1443033. OLE color: 1443033.

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

Color convert

RGB 217 4 22 -
CMYK 0 0.98 0.90 0.15
HSL 354.93º 0.96% 0.43% -
HSV(B) 354.93º 0.98% 0.85% -
XYZ 28.8 14.9 2.12 -
YUV 69.74 101.07 233.04 -
System Red Green Blue C M Y K H S L
Decimal 217 4 22 0 0.98 0.90 0.15 354.93 0.96 0.43
Hex D9 4 16 0 62 5A F 163 60 2B
Octal 331 4 26 0 142 132 17 543 140 53
Binary 11011001 100 10110 0 1100010 1011010 1111 101100011 1100000 101011

Color Harmonies of #D90416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90416

Black with #D90416

Text Example


Text Example

White with #D90416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90416; }

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

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

background-color css

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

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

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

border-color css

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

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

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