Html Css Color HEX #D81537 Crimson

📋 copy color: '#D81537'

red 216 ◦ green 21 ◦ blue 55

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

Shades of Crimson #D81537

Tints of Crimson #D81537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 55 (21.88% from 255) = 18.84%

R = 73.97%
G = 7.19%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81537 (or 0xD81537) is known color: Crimson. HEX triplet: D8, 15 and 37. RGB value is (216,21,55). Sum of RGB (Red+Green+Blue) = 216+21+55=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D81537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81537 is #27EAC8. Grayscale: #535353. Windows color (decimal): -2616009 or 3610072. OLE color: 3610072.

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

Color convert

RGB 216 21 55 -
CMYK 0 0.90 0.75 0.15
HSL 349.54º 0.82% 0.46% -
HSV(B) 349.54º 0.9% 0.85% -
XYZ 29.28 15.41 5.05 -
YUV 83.18 112.1 222.74 -
System Red Green Blue C M Y K H S L
Decimal 216 21 55 0 0.90 0.75 0.15 349.54 0.82 0.46
Hex D8 15 37 0 5A 4B F 15E 52 2E
Octal 330 25 67 0 132 113 17 536 122 56
Binary 11011000 10101 110111 0 1011010 1001011 1111 101011110 1010010 101110

Color Harmonies of #D81537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81537

Black with #D81537

Text Example


Text Example

White with #D81537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81537; }

 p { color: rgb(216,21,55); }

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

background-color css

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

 a { background-color: rgb(216,21,55); }

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

border-color css

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

 span { border-color: rgb(216,21,55); }

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