Html Css Color HEX #D90247 Crimson

📋 copy color: '#D90247'

red 217 ◦ green 2 ◦ blue 71

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

Shades of Crimson #D90247

Tints of Crimson #D90247

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 71 (28.13% from 255) = 24.48%

R = 74.83%
G = 0.69%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D90247 (or 0xD90247) is known color: Crimson. HEX triplet: D9, 02 and 47. RGB value is (217,2,71). Sum of RGB (Red+Green+Blue) = 217+2+71=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90247 is #26FDB8. Grayscale: #4A4A4A. Windows color (decimal): -2555321 or 4653785. OLE color: 4653785.

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

Color convert

RGB 217 2 71 -
CMYK 0 0.99 0.67 0.15
HSL 340.74º 0.98% 0.43% -
HSV(B) 340.74º 0.99% 0.85% -
XYZ 29.77 15.25 7.34 -
YUV 74.15 126.23 229.89 -
System Red Green Blue C M Y K H S L
Decimal 217 2 71 0 0.99 0.67 0.15 340.74 0.98 0.43
Hex D9 2 47 0 63 43 F 155 62 2B
Octal 331 2 107 0 143 103 17 525 142 53
Binary 11011001 10 1000111 0 1100011 1000011 1111 101010101 1100010 101011

Color Harmonies of #D90247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90247

Black with #D90247

Text Example


Text Example

White with #D90247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90247; }

 p { color: rgb(217,2,71); }

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

background-color css

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

 a { background-color: rgb(217,2,71); }

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

border-color css

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

 span { border-color: rgb(217,2,71); }

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