Html Css Color HEX #D90532 Crimson

📋 copy color: '#D90532'

red 217 ◦ green 5 ◦ blue 50

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

Shades of Crimson #D90532

Tints of Crimson #D90532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.38%

R = 79.78%
G = 1.84%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90532 (or 0xD90532) is known color: Crimson. HEX triplet: D9, 05 and 32. RGB value is (217,5,50). Sum of RGB (Red+Green+Blue) = 217+5+50=272 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.78% from 272); Green value is 5 (2.34% from 255 or 1.84% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 217 - color contains mainly: red. Hex color #D90532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90532 is #26FACD. Grayscale: #494949. Windows color (decimal): -2554574 or 3278297. OLE color: 3278297.

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

Color convert

RGB 217 5 50 -
CMYK 0 0.98 0.77 0.15
HSL 347.26º 0.95% 0.44% -
HSV(B) 347.26º 0.98% 0.85% -
XYZ 29.25 15.09 4.39 -
YUV 73.52 114.74 230.34 -
System Red Green Blue C M Y K H S L
Decimal 217 5 50 0 0.98 0.77 0.15 347.26 0.95 0.44
Hex D9 5 32 0 62 4D F 15B 5F 2C
Octal 331 5 62 0 142 115 17 533 137 54
Binary 11011001 101 110010 0 1100010 1001101 1111 101011011 1011111 101100

Color Harmonies of #D90532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90532

Black with #D90532

Text Example


Text Example

White with #D90532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90532; }

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

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

background-color css

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

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

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

border-color css

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

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

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