Html Css Color HEX #D90541 Crimson

📋 copy color: '#D90541'

red 217 ◦ green 5 ◦ blue 65

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

Shades of Crimson #D90541

Tints of Crimson #D90541

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

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

R = 75.61%
G = 1.74%
B = 22.65%

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

#D90541 (or 0xD90541) is known color: Crimson. HEX triplet: D9, 05 and 41. RGB value is (217,5,65). Sum of RGB (Red+Green+Blue) = 217+5+65=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D90541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90541 is #26FABE. Grayscale: #4B4B4B. Windows color (decimal): -2554559 or 4261337. OLE color: 4261337.

HSL color Cylindrical-coordinate representation of color #D90541: hue angle of 343.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90541 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 5 65 -
CMYK 0 0.98 0.70 0.15
HSL 343.02º 0.95% 0.44% -
HSV(B) 343.02º 0.98% 0.85% -
XYZ 29.62 15.24 6.38 -
YUV 75.23 122.24 229.12 -
System Red Green Blue C M Y K H S L
Decimal 217 5 65 0 0.98 0.70 0.15 343.02 0.95 0.44
Hex D9 5 41 0 62 46 F 157 5F 2C
Octal 331 5 101 0 142 106 17 527 137 54
Binary 11011001 101 1000001 0 1100010 1000110 1111 101010111 1011111 101100

Color Harmonies of #D90541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90541

Black with #D90541

Text Example


Text Example

White with #D90541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90541; }

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

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

background-color css

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

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

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

border-color css

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

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

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