Html Css Color HEX #D90024 Venetian Red

📋 copy color: '#D90024'

red 217 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #D90024

Tints of Venetian Red #D90024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 14.23%

R = 85.77%
G = 0%
B = 14.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D90024 (or 0xD90024) is known color: Venetian Red. HEX triplet: D9, 00 and 24. RGB value is (217,0,36). Sum of RGB (Red+Green+Blue) = 217+0+36=253 (33% of max value = 765). Red value is 217 (85.16% from 255 or 85.77% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 36 (14.45% from 255 or 14.23% from 253); Max value from RGB is 217 - color contains mainly: red. Hex color #D90024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90024 is #26FFDB. Grayscale: #454545. Windows color (decimal): -2555868 or 2359513. OLE color: 2359513.

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

Color convert

RGB 217 0 36 -
CMYK 0 1 0.83 0.15
HSL 350.05º 1% 0.43% -
HSV(B) 350.05º 1% 0.85% -
XYZ 28.93 14.88 3.02 -
YUV 68.99 109.39 233.57 -
System Red Green Blue C M Y K H S L
Decimal 217 0 36 0 1 0.83 0.15 350.05 1 0.43
Hex D9 0 24 0 64 53 F 15E 64 2B
Octal 331 0 44 0 144 123 17 536 144 53
Binary 11011001 0 100100 0 1100100 1010011 1111 101011110 1100100 101011

Color Harmonies of #D90024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90024

Black with #D90024

Text Example


Text Example

White with #D90024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90024; }

 p { color: rgb(217,0,36); }

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

background-color css

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

 a { background-color: rgb(217,0,36); }

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

border-color css

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

 span { border-color: rgb(217,0,36); }

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