Html Css Color HEX #D90A31 Crimson

📋 copy color: '#D90A31'

red 217 ◦ green 10 ◦ blue 49

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

Shades of Crimson #D90A31

Tints of Crimson #D90A31

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 78.62%
G = 3.62%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D90A31 (or 0xD90A31) is known color: Crimson. HEX triplet: D9, 0A and 31. RGB value is (217,10,49). Sum of RGB (Red+Green+Blue) = 217+10+49=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A31 is #26F5CE. Grayscale: #4C4C4C. Windows color (decimal): -2553295 or 3214041. OLE color: 3214041.

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

Color convert

RGB 217 10 49 -
CMYK 0 0.95 0.77 0.15
HSL 348.7º 0.91% 0.45% -
HSV(B) 348.7º 0.95% 0.85% -
XYZ 29.28 15.19 4.29 -
YUV 76.34 112.58 228.33 -
System Red Green Blue C M Y K H S L
Decimal 217 10 49 0 0.95 0.77 0.15 348.7 0.91 0.45
Hex D9 A 31 0 5F 4D F 15D 5B 2D
Octal 331 12 61 0 137 115 17 535 133 55
Binary 11011001 1010 110001 0 1011111 1001101 1111 101011101 1011011 101101

Color Harmonies of #D90A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A31

Black with #D90A31

Text Example


Text Example

White with #D90A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A31; }

 p { color: rgb(217,10,49); }

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

background-color css

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

 a { background-color: rgb(217,10,49); }

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

border-color css

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

 span { border-color: rgb(217,10,49); }

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