Html Css Color HEX #D90648 Crimson

📋 copy color: '#D90648'

red 217 ◦ green 6 ◦ blue 72

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

Shades of Crimson #D90648

Tints of Crimson #D90648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 72 (28.52% from 255) = 24.41%

R = 73.56%
G = 2.03%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D90648 (or 0xD90648) is known color: Crimson. HEX triplet: D9, 06 and 48. RGB value is (217,6,72). Sum of RGB (Red+Green+Blue) = 217+6+72=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D90648 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90648 is #26F9B7. Grayscale: #4C4C4C. Windows color (decimal): -2554296 or 4720345. OLE color: 4720345.

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

Color convert

RGB 217 6 72 -
CMYK 0 0.97 0.67 0.15
HSL 341.23º 0.95% 0.44% -
HSV(B) 341.23º 0.97% 0.85% -
XYZ 29.85 15.35 7.52 -
YUV 76.61 125.4 228.13 -
System Red Green Blue C M Y K H S L
Decimal 217 6 72 0 0.97 0.67 0.15 341.23 0.95 0.44
Hex D9 6 48 0 61 43 F 155 5F 2C
Octal 331 6 110 0 141 103 17 525 137 54
Binary 11011001 110 1001000 0 1100001 1000011 1111 101010101 1011111 101100

Color Harmonies of #D90648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90648

Black with #D90648

Text Example


Text Example

White with #D90648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90648; }

 p { color: rgb(217,6,72); }

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

background-color css

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

 a { background-color: rgb(217,6,72); }

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

border-color css

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

 span { border-color: rgb(217,6,72); }

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