Html Css Color HEX #D90346 Crimson

📋 copy color: '#D90346'

red 217 ◦ green 3 ◦ blue 70

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

Shades of Crimson #D90346

Tints of Crimson #D90346

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.03%

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

R = 74.83%
G = 1.03%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D90346 (or 0xD90346) is known color: Crimson. HEX triplet: D9, 03 and 46. RGB value is (217,3,70). Sum of RGB (Red+Green+Blue) = 217+3+70=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90346 is #26FCB9. Grayscale: #4A4A4A. Windows color (decimal): -2555066 or 4588505. OLE color: 4588505.

HSL color Cylindrical-coordinate representation of color #D90346: hue angle of 341.21º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90346 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 3 70 -
CMYK 0 0.99 0.68 0.15
HSL 341.22º 0.97% 0.43% -
HSV(B) 341.22º 0.99% 0.85% -
XYZ 29.75 15.26 7.17 -
YUV 74.62 125.4 229.55 -
System Red Green Blue C M Y K H S L
Decimal 217 3 70 0 0.99 0.68 0.15 341.22 0.97 0.43
Hex D9 3 46 0 63 44 F 155 61 2B
Octal 331 3 106 0 143 104 17 525 141 53
Binary 11011001 11 1000110 0 1100011 1000100 1111 101010101 1100001 101011

Color Harmonies of #D90346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90346

Black with #D90346

Text Example


Text Example

White with #D90346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90346; }

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

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

background-color css

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

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

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

border-color css

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

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

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