Html Css Color HEX #D90848 Crimson

📋 copy color: '#D90848'

red 217 ◦ green 8 ◦ blue 72

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

Shades of Crimson #D90848

Tints of Crimson #D90848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 73.06%
G = 2.69%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D90848 (or 0xD90848) is known color: Crimson. HEX triplet: D9, 08 and 48. RGB value is (217,8,72). Sum of RGB (Red+Green+Blue) = 217+8+72=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D90848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90848 is #26F7B7. Grayscale: #4D4D4D. Windows color (decimal): -2553784 or 4720857. OLE color: 4720857.

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

Color convert

RGB 217 8 72 -
CMYK 0 0.96 0.67 0.15
HSL 341.63º 0.93% 0.44% -
HSV(B) 341.63º 0.96% 0.85% -
XYZ 29.87 15.39 7.53 -
YUV 77.79 124.74 227.3 -
System Red Green Blue C M Y K H S L
Decimal 217 8 72 0 0.96 0.67 0.15 341.63 0.93 0.44
Hex D9 8 48 0 60 43 F 156 5D 2C
Octal 331 10 110 0 140 103 17 526 135 54
Binary 11011001 1000 1001000 0 1100000 1000011 1111 101010110 1011101 101100

Color Harmonies of #D90848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D90848

Black with #D90848

Text Example


Text Example

White with #D90848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D90848; }

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

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

background-color css

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

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

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

border-color css

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

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

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