Html Css Color HEX #D90241 Crimson

📋 copy color: '#D90241'

red 217 ◦ green 2 ◦ blue 65

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

Shades of Crimson #D90241

Tints of Crimson #D90241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 76.41%
G = 0.7%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90241 (or 0xD90241) is known color: Crimson. HEX triplet: D9, 02 and 41. RGB value is (217,2,65). Sum of RGB (Red+Green+Blue) = 217+2+65=284 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.41% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 217 - color contains mainly: red. Hex color #D90241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90241 is #26FDBE. Grayscale: #494949. Windows color (decimal): -2555327 or 4260569. OLE color: 4260569.

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

Color convert

RGB 217 2 65 -
CMYK 0 0.99 0.70 0.15
HSL 342.42º 0.98% 0.43% -
HSV(B) 342.42º 0.99% 0.85% -
XYZ 29.59 15.18 6.37 -
YUV 73.47 123.23 230.38 -
System Red Green Blue C M Y K H S L
Decimal 217 2 65 0 0.99 0.70 0.15 342.42 0.98 0.43
Hex D9 2 41 0 63 46 F 156 62 2B
Octal 331 2 101 0 143 106 17 526 142 53
Binary 11011001 10 1000001 0 1100011 1000110 1111 101010110 1100010 101011

Color Harmonies of #D90241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90241

Black with #D90241

Text Example


Text Example

White with #D90241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90241; }

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

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

background-color css

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

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

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

border-color css

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

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

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