Html Css Color HEX #D90140 Crimson

📋 copy color: '#D90140'

red 217 ◦ green 1 ◦ blue 64

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

Shades of Crimson #D90140

Tints of Crimson #D90140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 76.95%
G = 0.35%
B = 22.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D90140 (or 0xD90140) is known color: Crimson. HEX triplet: D9, 01 and 40. RGB value is (217,1,64). Sum of RGB (Red+Green+Blue) = 217+1+64=282 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.95% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 217 - color contains mainly: red. Hex color #D90140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90140 is #26FEBF. Grayscale: #484848. Windows color (decimal): -2555584 or 4194777. OLE color: 4194777.

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

Color convert

RGB 217 1 64 -
CMYK 0 1.00 0.71 0.15
HSL 342.5º 0.99% 0.43% -
HSV(B) 342.5º 1% 0.85% -
XYZ 29.55 15.14 6.22 -
YUV 72.77 123.06 230.88 -
System Red Green Blue C M Y K H S L
Decimal 217 1 64 0 1.00 0.71 0.15 342.5 0.99 0.43
Hex D9 1 40 0 64 47 F 156 63 2B
Octal 331 1 100 0 144 107 17 526 143 53
Binary 11011001 1 1000000 0 1100100 1000111 1111 101010110 1100011 101011

Color Harmonies of #D90140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90140

Black with #D90140

Text Example


Text Example

White with #D90140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90140; }

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

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

background-color css

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

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

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

border-color css

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

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

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