Html Css Color HEX #D90413 Venetian Red

📋 copy color: '#D90413'

red 217 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #D90413

Tints of Venetian Red #D90413

RGB

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

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

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

R = 90.42%
G = 1.67%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D90413 (or 0xD90413) is known color: Venetian Red. HEX triplet: D9, 04 and 13. RGB value is (217,4,19). Sum of RGB (Red+Green+Blue) = 217+4+19=240 (31% of max value = 765). Red value is 217 (85.16% from 255 or 90.42% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 217 - color contains mainly: red. Hex color #D90413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90413 is #26FBEC. Grayscale: #454545. Windows color (decimal): -2554861 or 1246425. OLE color: 1246425.

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

Color convert

RGB 217 4 19 -
CMYK 0 0.98 0.91 0.15
HSL 355.77º 0.96% 0.43% -
HSV(B) 355.77º 0.98% 0.85% -
XYZ 28.78 14.89 1.97 -
YUV 69.4 99.57 233.28 -
System Red Green Blue C M Y K H S L
Decimal 217 4 19 0 0.98 0.91 0.15 355.77 0.96 0.43
Hex D9 4 13 0 62 5B F 164 60 2B
Octal 331 4 23 0 142 133 17 544 140 53
Binary 11011001 100 10011 0 1100010 1011011 1111 101100100 1100000 101011

Color Harmonies of #D90413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90413

Black with #D90413

Text Example


Text Example

White with #D90413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90413; }

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

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

background-color css

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

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

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

border-color css

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

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

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