Html Css Color HEX #D91D48 Crimson

📋 copy color: '#D91D48'

red 217 ◦ green 29 ◦ blue 72

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

Shades of Crimson #D91D48

Tints of Crimson #D91D48

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

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

R = 68.24%
G = 9.12%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D91D48 (or 0xD91D48) is known color: Crimson. HEX triplet: D9, 1D and 48. RGB value is (217,29,72). Sum of RGB (Red+Green+Blue) = 217+29+72=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D91D48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D91D48 is #26E2B7. Grayscale: #5A5A5A. Windows color (decimal): -2548408 or 4726233. OLE color: 4726233.

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

Color convert

RGB 217 29 72 -
CMYK 0 0.87 0.67 0.15
HSL 346.28º 0.76% 0.48% -
HSV(B) 346.28º 0.87% 0.85% -
XYZ 30.22 16.1 7.65 -
YUV 90.11 117.78 218.5 -
System Red Green Blue C M Y K H S L
Decimal 217 29 72 0 0.87 0.67 0.15 346.28 0.76 0.48
Hex D9 1D 48 0 57 43 F 15A 4C 30
Octal 331 35 110 0 127 103 17 532 114 60
Binary 11011001 11101 1001000 0 1010111 1000011 1111 101011010 1001100 110000

Color Harmonies of #D91D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91D48

Black with #D91D48

Text Example


Text Example

White with #D91D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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