Html Css Color HEX #D81246 Crimson

📋 copy color: '#D81246'

red 216 ◦ green 18 ◦ blue 70

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

Shades of Crimson #D81246

Tints of Crimson #D81246

RGB

 RED value IS 216 (84.77% from 255) = 71.05%

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

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

R = 71.05%
G = 5.92%
B = 23.03%

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

#D81246 (or 0xD81246) is known color: Crimson. HEX triplet: D8, 12 and 46. RGB value is (216,18,70). Sum of RGB (Red+Green+Blue) = 216+18+70=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D81246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81246 is #27EDB9. Grayscale: #535353. Windows color (decimal): -2616762 or 4592344. OLE color: 4592344.

HSL color Cylindrical-coordinate representation of color #D81246: hue angle of 344.24º 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 #D81246 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 18 70 -
CMYK 0 0.92 0.68 0.15
HSL 344.24º 0.85% 0.46% -
HSV(B) 344.24º 0.92% 0.85% -
XYZ 29.64 15.47 7.22 -
YUV 83.13 120.6 222.77 -
System Red Green Blue C M Y K H S L
Decimal 216 18 70 0 0.92 0.68 0.15 344.24 0.85 0.46
Hex D8 12 46 0 5C 44 F 158 55 2E
Octal 330 22 106 0 134 104 17 530 125 56
Binary 11011000 10010 1000110 0 1011100 1000100 1111 101011000 1010101 101110

Color Harmonies of #D81246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81246

Black with #D81246

Text Example


Text Example

White with #D81246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81246; }

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

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

background-color css

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

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

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

border-color css

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

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

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