Html Css Color HEX #D90441 Crimson

📋 copy color: '#D90441'

red 217 ◦ green 4 ◦ blue 65

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

Shades of Crimson #D90441

Tints of Crimson #D90441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 75.87%
G = 1.4%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90441 (or 0xD90441) is known color: Crimson. HEX triplet: D9, 04 and 41. RGB value is (217,4,65). Sum of RGB (Red+Green+Blue) = 217+4+65=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D90441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90441 is #26FBBE. Grayscale: #4A4A4A. Windows color (decimal): -2554815 or 4261081. OLE color: 4261081.

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

Color convert

RGB 217 4 65 -
CMYK 0 0.98 0.70 0.15
HSL 342.82º 0.96% 0.43% -
HSV(B) 342.82º 0.98% 0.85% -
XYZ 29.61 15.22 6.38 -
YUV 74.64 122.57 229.54 -
System Red Green Blue C M Y K H S L
Decimal 217 4 65 0 0.98 0.70 0.15 342.82 0.96 0.43
Hex D9 4 41 0 62 46 F 157 60 2B
Octal 331 4 101 0 142 106 17 527 140 53
Binary 11011001 100 1000001 0 1100010 1000110 1111 101010111 1100000 101011

Color Harmonies of #D90441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90441

Black with #D90441

Text Example


Text Example

White with #D90441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90441; }

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

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

background-color css

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

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

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

border-color css

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

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

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