Html Css Color HEX #D90046 Crimson

📋 copy color: '#D90046'

red 217 ◦ green 0 ◦ blue 70

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

Shades of Crimson #D90046

Tints of Crimson #D90046

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 70 (27.73% from 255) = 24.39%

R = 75.61%
G = 0%
B = 24.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D90046 (or 0xD90046) is known color: Crimson. HEX triplet: D9, 00 and 46. RGB value is (217,0,70). Sum of RGB (Red+Green+Blue) = 217+0+70=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D90046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90046 is #26FFB9. Grayscale: #484848. Windows color (decimal): -2555834 or 4587737. OLE color: 4587737.

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

Color convert

RGB 217 0 70 -
CMYK 0 1 0.68 0.15
HSL 340.65º 1% 0.43% -
HSV(B) 340.65º 1% 0.85% -
XYZ 29.72 15.19 7.16 -
YUV 72.86 126.39 230.81 -
System Red Green Blue C M Y K H S L
Decimal 217 0 70 0 1 0.68 0.15 340.65 1 0.43
Hex D9 0 46 0 64 44 F 155 64 2B
Octal 331 0 106 0 144 104 17 525 144 53
Binary 11011001 0 1000110 0 1100100 1000100 1111 101010101 1100100 101011

Color Harmonies of #D90046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90046

Black with #D90046

Text Example


Text Example

White with #D90046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90046; }

 p { color: rgb(217,0,70); }

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

background-color css

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

 a { background-color: rgb(217,0,70); }

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

border-color css

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

 span { border-color: rgb(217,0,70); }

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