Html Css Color HEX #D90405 Venetian Red

📋 copy color: '#D90405'

red 217 ◦ green 4 ◦ blue 5

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

Shades of Venetian Red #D90405

Tints of Venetian Red #D90405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 96.02%
G = 1.77%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D90405 (or 0xD90405) is known color: Venetian Red. HEX triplet: D9, 04 and 05. RGB value is (217,4,5). Sum of RGB (Red+Green+Blue) = 217+4+5=226 (29% of max value = 765). Red value is 217 (85.16% from 255 or 96.02% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 217 - color contains mainly: red. Hex color #D90405 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90405 is #26FBFA. Grayscale: #444444. Windows color (decimal): -2554875 or 328921. OLE color: 328921.

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

Color convert

RGB 217 4 5 -
CMYK 0 0.98 0.98 0.15
HSL 359.72º 0.96% 0.43% -
HSV(B) 359.72º 0.98% 0.85% -
XYZ 28.69 14.85 1.5 -
YUV 67.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 217 4 5 0 0.98 0.98 0.15 359.72 0.96 0.43
Hex D9 4 5 0 62 62 F 168 60 2B
Octal 331 4 5 0 142 142 17 550 140 53
Binary 11011001 100 101 0 1100010 1100010 1111 101101000 1100000 101011

Color Harmonies of #D90405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90405

Black with #D90405

Text Example


Text Example

White with #D90405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90405; }

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

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

background-color css

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

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

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

border-color css

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

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

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