Html Css Color HEX #D91246 Crimson

📋 copy color: '#D91246'

red 217 ◦ green 18 ◦ blue 70

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

Shades of Crimson #D91246

Tints of Crimson #D91246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.9%

 BLUE value IS 70 (27.73% from 255) = 22.95%

R = 71.15%
G = 5.9%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D91246 (or 0xD91246) is known color: Crimson. HEX triplet: D9, 12 and 46. RGB value is (217,18,70). Sum of RGB (Red+Green+Blue) = 217+18+70=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D91246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D91246 is #26EDB9. Grayscale: #535353. Windows color (decimal): -2551226 or 4592345. OLE color: 4592345.

HSL color Cylindrical-coordinate representation of color #D91246: hue angle of 344.32º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D91246 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 18 70 -
CMYK 0 0.92 0.68 0.15
HSL 344.32º 0.85% 0.46% -
HSV(B) 344.32º 0.92% 0.85% -
XYZ 29.94 15.63 7.23 -
YUV 83.43 120.43 223.27 -
System Red Green Blue C M Y K H S L
Decimal 217 18 70 0 0.92 0.68 0.15 344.32 0.85 0.46
Hex D9 12 46 0 5C 44 F 158 55 2E
Octal 331 22 106 0 134 104 17 530 125 56
Binary 11011001 10010 1000110 0 1011100 1000100 1111 101011000 1010101 101110

Color Harmonies of #D91246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91246

Black with #D91246

Text Example


Text Example

White with #D91246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91246; }

 p { color: rgb(217,18,70); }

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

background-color css

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

 a { background-color: rgb(217,18,70); }

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

border-color css

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

 span { border-color: rgb(217,18,70); }

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