Html Css Color HEX #D90741 Crimson

📋 copy color: '#D90741'

red 217 ◦ green 7 ◦ blue 65

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

Shades of Crimson #D90741

Tints of Crimson #D90741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.42%

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

R = 75.09%
G = 2.42%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D90741 (or 0xD90741) is known color: Crimson. HEX triplet: D9, 07 and 41. RGB value is (217,7,65). Sum of RGB (Red+Green+Blue) = 217+7+65=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D90741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90741 is #26F8BE. Grayscale: #4C4C4C. Windows color (decimal): -2554047 or 4261849. OLE color: 4261849.

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

Color convert

RGB 217 7 65 -
CMYK 0 0.97 0.70 0.15
HSL 343.43º 0.94% 0.44% -
HSV(B) 343.43º 0.97% 0.85% -
XYZ 29.65 15.29 6.39 -
YUV 76.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 217 7 65 0 0.97 0.70 0.15 343.43 0.94 0.44
Hex D9 7 41 0 61 46 F 157 5E 2C
Octal 331 7 101 0 141 106 17 527 136 54
Binary 11011001 111 1000001 0 1100001 1000110 1111 101010111 1011110 101100

Color Harmonies of #D90741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90741

Black with #D90741

Text Example


Text Example

White with #D90741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90741; }

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

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

background-color css

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

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

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

border-color css

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

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

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