Html Css Color HEX #D90415 Venetian Red

📋 copy color: '#D90415'

red 217 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #D90415

Tints of Venetian Red #D90415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.68%

R = 89.67%
G = 1.65%
B = 8.68%

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

#D90415 (or 0xD90415) is known color: Venetian Red. HEX triplet: D9, 04 and 15. RGB value is (217,4,21). Sum of RGB (Red+Green+Blue) = 217+4+21=242 (32% of max value = 765). Red value is 217 (85.16% from 255 or 89.67% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 217 - color contains mainly: red. Hex color #D90415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D90415 is #26FBEA. Grayscale: #454545. Windows color (decimal): -2554859 or 1377497. OLE color: 1377497.

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

Color convert

RGB 217 4 21 -
CMYK 0 0.98 0.90 0.15
HSL 355.21º 0.96% 0.43% -
HSV(B) 355.21º 0.98% 0.85% -
XYZ 28.79 14.89 2.07 -
YUV 69.63 100.57 233.12 -
System Red Green Blue C M Y K H S L
Decimal 217 4 21 0 0.98 0.90 0.15 355.21 0.96 0.43
Hex D9 4 15 0 62 5A F 163 60 2B
Octal 331 4 25 0 142 132 17 543 140 53
Binary 11011001 100 10101 0 1100010 1011010 1111 101100011 1100000 101011

Color Harmonies of #D90415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90415

Black with #D90415

Text Example


Text Example

White with #D90415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90415; }

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

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

background-color css

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

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

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

border-color css

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

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

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