Html Css Color HEX #D90538 Crimson

📋 copy color: '#D90538'

red 217 ◦ green 5 ◦ blue 56

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

Shades of Crimson #D90538

Tints of Crimson #D90538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.14%

R = 78.06%
G = 1.8%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90538 (or 0xD90538) is known color: Crimson. HEX triplet: D9, 05 and 38. RGB value is (217,5,56). Sum of RGB (Red+Green+Blue) = 217+5+56=278 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.06% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 217 - color contains mainly: red. Hex color #D90538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90538 is #26FAC7. Grayscale: #4A4A4A. Windows color (decimal): -2554568 or 3671513. OLE color: 3671513.

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

Color convert

RGB 217 5 56 -
CMYK 0 0.98 0.74 0.15
HSL 345.57º 0.95% 0.44% -
HSV(B) 345.57º 0.98% 0.85% -
XYZ 29.38 15.15 5.12 -
YUV 74.2 117.74 229.85 -
System Red Green Blue C M Y K H S L
Decimal 217 5 56 0 0.98 0.74 0.15 345.57 0.95 0.44
Hex D9 5 38 0 62 4A F 15A 5F 2C
Octal 331 5 70 0 142 112 17 532 137 54
Binary 11011001 101 111000 0 1100010 1001010 1111 101011010 1011111 101100

Color Harmonies of #D90538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90538

Black with #D90538

Text Example


Text Example

White with #D90538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90538; }

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

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

background-color css

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

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

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

border-color css

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

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

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