Html Css Color HEX #D90144 Crimson

📋 copy color: '#D90144'

red 217 ◦ green 1 ◦ blue 68

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

Shades of Crimson #D90144

Tints of Crimson #D90144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 75.87%
G = 0.35%
B = 23.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D90144 (or 0xD90144) is known color: Crimson. HEX triplet: D9, 01 and 44. RGB value is (217,1,68). Sum of RGB (Red+Green+Blue) = 217+1+68=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D90144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90144 is #26FEBB. Grayscale: #494949. Windows color (decimal): -2555580 or 4456921. OLE color: 4456921.

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

Color convert

RGB 217 1 68 -
CMYK 0 1.00 0.69 0.15
HSL 341.39º 0.99% 0.43% -
HSV(B) 341.39º 1% 0.85% -
XYZ 29.67 15.19 6.84 -
YUV 73.22 125.06 230.55 -
System Red Green Blue C M Y K H S L
Decimal 217 1 68 0 1.00 0.69 0.15 341.39 0.99 0.43
Hex D9 1 44 0 64 45 F 155 63 2B
Octal 331 1 104 0 144 105 17 525 143 53
Binary 11011001 1 1000100 0 1100100 1000101 1111 101010101 1100011 101011

Color Harmonies of #D90144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90144

Black with #D90144

Text Example


Text Example

White with #D90144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90144; }

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

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

background-color css

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

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

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

border-color css

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

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

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