Html Css Color HEX #D90E38 Crimson

📋 copy color: '#D90E38'

red 217 ◦ green 14 ◦ blue 56

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

Shades of Crimson #D90E38

Tints of Crimson #D90E38

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.88%

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

R = 75.61%
G = 4.88%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D90E38 (or 0xD90E38) is known color: Crimson. HEX triplet: D9, 0E and 38. RGB value is (217,14,56). Sum of RGB (Red+Green+Blue) = 217+14+56=287 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.61% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 56 (22.27% from 255 or 19.51% from 287); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90E38 is #26F1C7. Grayscale: #4F4F4F. Windows color (decimal): -2552264 or 3673817. OLE color: 3673817.

HSL color Cylindrical-coordinate representation of color #D90E38: hue angle of 347.59º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E38 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 14 56 -
CMYK 0 0.94 0.74 0.15
HSL 347.59º 0.88% 0.45% -
HSV(B) 347.59º 0.94% 0.85% -
XYZ 29.49 15.35 5.15 -
YUV 79.49 114.75 226.08 -
System Red Green Blue C M Y K H S L
Decimal 217 14 56 0 0.94 0.74 0.15 347.59 0.88 0.45
Hex D9 E 38 0 5E 4A F 15C 58 2D
Octal 331 16 70 0 136 112 17 534 130 55
Binary 11011001 1110 111000 0 1011110 1001010 1111 101011100 1011000 101101

Color Harmonies of #D90E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90E38

Black with #D90E38

Text Example


Text Example

White with #D90E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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