Html Css Color HEX #D90045 Crimson

📋 copy color: '#D90045'

red 217 ◦ green 0 ◦ blue 69

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

Shades of Crimson #D90045

Tints of Crimson #D90045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.13%

R = 75.87%
G = 0%
B = 24.13%

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

#D90045 (or 0xD90045) is known color: Crimson. HEX triplet: D9, 00 and 45. RGB value is (217,0,69). Sum of RGB (Red+Green+Blue) = 217+0+69=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D90045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90045 is #26FFBA. Grayscale: #484848. Windows color (decimal): -2555835 or 4522201. OLE color: 4522201.

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

Color convert

RGB 217 0 69 -
CMYK 0 1 0.68 0.15
HSL 340.92º 1% 0.43% -
HSV(B) 340.92º 1% 0.85% -
XYZ 29.69 15.18 7 -
YUV 72.75 125.89 230.89 -
System Red Green Blue C M Y K H S L
Decimal 217 0 69 0 1 0.68 0.15 340.92 1 0.43
Hex D9 0 45 0 64 44 F 155 64 2B
Octal 331 0 105 0 144 104 17 525 144 53
Binary 11011001 0 1000101 0 1100100 1000100 1111 101010101 1100100 101011

Color Harmonies of #D90045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90045

Black with #D90045

Text Example


Text Example

White with #D90045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90045; }

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

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

background-color css

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

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

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

border-color css

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

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

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