Html Css Color HEX #D90D41 Crimson

📋 copy color: '#D90D41'

red 217 ◦ green 13 ◦ blue 65

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

Shades of Crimson #D90D41

Tints of Crimson #D90D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.41%

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

R = 73.56%
G = 4.41%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90D41 (or 0xD90D41) is known color: Crimson. HEX triplet: D9, 0D and 41. RGB value is (217,13,65). Sum of RGB (Red+Green+Blue) = 217+13+65=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90D41 is #26F2BE. Grayscale: #4F4F4F. Windows color (decimal): -2552511 or 4263385. OLE color: 4263385.

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

Color convert

RGB 217 13 65 -
CMYK 0 0.94 0.70 0.15
HSL 344.71º 0.89% 0.45% -
HSV(B) 344.71º 0.94% 0.85% -
XYZ 29.71 15.42 6.41 -
YUV 79.92 119.59 225.77 -
System Red Green Blue C M Y K H S L
Decimal 217 13 65 0 0.94 0.70 0.15 344.71 0.89 0.45
Hex D9 D 41 0 5E 46 F 159 59 2D
Octal 331 15 101 0 136 106 17 531 131 55
Binary 11011001 1101 1000001 0 1011110 1000110 1111 101011001 1011001 101101

Color Harmonies of #D90D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90D41

Black with #D90D41

Text Example


Text Example

White with #D90D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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