Html Css Color HEX #D90A46 Crimson

📋 copy color: '#D90A46'

red 217 ◦ green 10 ◦ blue 70

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

Shades of Crimson #D90A46

Tints of Crimson #D90A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 73.06%
G = 3.37%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D90A46 (or 0xD90A46) is known color: Crimson. HEX triplet: D9, 0A and 46. RGB value is (217,10,70). Sum of RGB (Red+Green+Blue) = 217+10+70=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90A46 is #26F5B9. Grayscale: #4E4E4E. Windows color (decimal): -2553274 or 4590297. OLE color: 4590297.

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

Color convert

RGB 217 10 70 -
CMYK 0 0.95 0.68 0.15
HSL 342.61º 0.91% 0.45% -
HSV(B) 342.61º 0.95% 0.85% -
XYZ 29.83 15.41 7.2 -
YUV 78.73 123.08 226.62 -
System Red Green Blue C M Y K H S L
Decimal 217 10 70 0 0.95 0.68 0.15 342.61 0.91 0.45
Hex D9 A 46 0 5F 44 F 157 5B 2D
Octal 331 12 106 0 137 104 17 527 133 55
Binary 11011001 1010 1000110 0 1011111 1000100 1111 101010111 1011011 101101

Color Harmonies of #D90A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90A46

Black with #D90A46

Text Example


Text Example

White with #D90A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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