Html Css Color HEX #D90537 Crimson

📋 copy color: '#D90537'

red 217 ◦ green 5 ◦ blue 55

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

Shades of Crimson #D90537

Tints of Crimson #D90537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 55 (21.88% from 255) = 19.86%

R = 78.34%
G = 1.81%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D90537 (or 0xD90537) is known color: Crimson. HEX triplet: D9, 05 and 37. RGB value is (217,5,55). Sum of RGB (Red+Green+Blue) = 217+5+55=277 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.34% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 217 - color contains mainly: red. Hex color #D90537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90537 is #26FAC8. Grayscale: #4A4A4A. Windows color (decimal): -2554569 or 3605977. OLE color: 3605977.

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

Color convert

RGB 217 5 55 -
CMYK 0 0.98 0.75 0.15
HSL 345.85º 0.95% 0.44% -
HSV(B) 345.85º 0.98% 0.85% -
XYZ 29.36 15.14 4.99 -
YUV 74.09 117.24 229.93 -
System Red Green Blue C M Y K H S L
Decimal 217 5 55 0 0.98 0.75 0.15 345.85 0.95 0.44
Hex D9 5 37 0 62 4B F 15A 5F 2C
Octal 331 5 67 0 142 113 17 532 137 54
Binary 11011001 101 110111 0 1100010 1001011 1111 101011010 1011111 101100

Color Harmonies of #D90537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90537

Black with #D90537

Text Example


Text Example

White with #D90537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90537; }

 p { color: rgb(217,5,55); }

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

background-color css

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

 a { background-color: rgb(217,5,55); }

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

border-color css

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

 span { border-color: rgb(217,5,55); }

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