Html Css Color HEX #D90040 Crimson

📋 copy color: '#D90040'

red 217 ◦ green 0 ◦ blue 64

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

Shades of Crimson #D90040

Tints of Crimson #D90040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.78%

R = 77.22%
G = 0%
B = 22.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D90040 (or 0xD90040) is known color: Crimson. HEX triplet: D9, 00 and 40. RGB value is (217,0,64). Sum of RGB (Red+Green+Blue) = 217+0+64=281 (37% of max value = 765). Red value is 217 (85.16% from 255 or 77.22% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 64 (25.39% from 255 or 22.78% from 281); Max value from RGB is 217 - color contains mainly: red. Hex color #D90040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90040 is #26FFBF. Grayscale: #484848. Windows color (decimal): -2555840 or 4194521. OLE color: 4194521.

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

Color convert

RGB 217 0 64 -
CMYK 0 1 0.71 0.15
HSL 342.3º 1% 0.43% -
HSV(B) 342.3º 1% 0.85% -
XYZ 29.54 15.12 6.21 -
YUV 72.18 123.39 231.3 -
System Red Green Blue C M Y K H S L
Decimal 217 0 64 0 1 0.71 0.15 342.3 1 0.43
Hex D9 0 40 0 64 47 F 156 64 2B
Octal 331 0 100 0 144 107 17 526 144 53
Binary 11011001 0 1000000 0 1100100 1000111 1111 101010110 1100100 101011

Color Harmonies of #D90040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90040

Black with #D90040

Text Example


Text Example

White with #D90040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90040; }

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

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

background-color css

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

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

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

border-color css

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

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

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