Html Css Color HEX #D90407 Venetian Red

📋 copy color: '#D90407'

red 217 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #D90407

Tints of Venetian Red #D90407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.07%

R = 95.18%
G = 1.75%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D90407 (or 0xD90407) is known color: Venetian Red. HEX triplet: D9, 04 and 07. RGB value is (217,4,7). Sum of RGB (Red+Green+Blue) = 217+4+7=228 (30% of max value = 765). Red value is 217 (85.16% from 255 or 95.18% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 217 - color contains mainly: red. Hex color #D90407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90407 is #26FBF8. Grayscale: #444444. Windows color (decimal): -2554873 or 459993. OLE color: 459993.

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

Color convert

RGB 217 4 7 -
CMYK 0 0.98 0.97 0.15
HSL 359.15º 0.96% 0.43% -
HSV(B) 359.15º 0.98% 0.85% -
XYZ 28.7 14.85 1.56 -
YUV 68.03 93.57 234.26 -
System Red Green Blue C M Y K H S L
Decimal 217 4 7 0 0.98 0.97 0.15 359.15 0.96 0.43
Hex D9 4 7 0 62 61 F 167 60 2B
Octal 331 4 7 0 142 141 17 547 140 53
Binary 11011001 100 111 0 1100010 1100001 1111 101100111 1100000 101011

Color Harmonies of #D90407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90407

Black with #D90407

Text Example


Text Example

White with #D90407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90407; }

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

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

background-color css

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

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

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

border-color css

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

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

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