Html Css Color HEX #D91848 Crimson

📋 copy color: '#D91848'

red 217 ◦ green 24 ◦ blue 72

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

Shades of Crimson #D91848

Tints of Crimson #D91848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 69.33%
G = 7.67%
B = 23%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D91848 (or 0xD91848) is known color: Crimson. HEX triplet: D9, 18 and 48. RGB value is (217,24,72). Sum of RGB (Red+Green+Blue) = 217+24+72=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D91848 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91848 is #26E7B7. Grayscale: #575757. Windows color (decimal): -2549688 or 4724953. OLE color: 4724953.

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

Color convert

RGB 217 24 72 -
CMYK 0 0.89 0.67 0.15
HSL 345.08º 0.8% 0.47% -
HSV(B) 345.08º 0.89% 0.85% -
XYZ 30.11 15.87 7.61 -
YUV 87.18 119.44 220.6 -
System Red Green Blue C M Y K H S L
Decimal 217 24 72 0 0.89 0.67 0.15 345.08 0.8 0.47
Hex D9 18 48 0 59 43 F 159 50 2F
Octal 331 30 110 0 131 103 17 531 120 57
Binary 11011001 11000 1001000 0 1011001 1000011 1111 101011001 1010000 101111

Color Harmonies of #D91848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91848

Black with #D91848

Text Example


Text Example

White with #D91848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91848; }

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

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

background-color css

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

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

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

border-color css

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

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

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