Html Css Color HEX #D90141 Crimson

📋 copy color: '#D90141'

red 217 ◦ green 1 ◦ blue 65

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

Shades of Crimson #D90141

Tints of Crimson #D90141

RGB

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

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

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

R = 76.68%
G = 0.35%
B = 22.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90141 (or 0xD90141) is known color: Crimson. HEX triplet: D9, 01 and 41. RGB value is (217,1,65). Sum of RGB (Red+Green+Blue) = 217+1+65=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D90141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90141 is #26FEBE. Grayscale: #484848. Windows color (decimal): -2555583 or 4260313. OLE color: 4260313.

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

Color convert

RGB 217 1 65 -
CMYK 0 1.00 0.70 0.15
HSL 342.22º 0.99% 0.43% -
HSV(B) 342.22º 1% 0.85% -
XYZ 29.58 15.16 6.37 -
YUV 72.88 123.56 230.8 -
System Red Green Blue C M Y K H S L
Decimal 217 1 65 0 1.00 0.70 0.15 342.22 0.99 0.43
Hex D9 1 41 0 64 46 F 156 63 2B
Octal 331 1 101 0 144 106 17 526 143 53
Binary 11011001 1 1000001 0 1100100 1000110 1111 101010110 1100011 101011

Color Harmonies of #D90141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90141

Black with #D90141

Text Example


Text Example

White with #D90141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90141; }

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

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

background-color css

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

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

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

border-color css

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

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

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