Html Css Color HEX #D81536 Crimson

📋 copy color: '#D81536'

red 216 ◦ green 21 ◦ blue 54

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

Shades of Crimson #D81536

Tints of Crimson #D81536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.56%

R = 74.23%
G = 7.22%
B = 18.56%

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

#D81536 (or 0xD81536) is known color: Crimson. HEX triplet: D8, 15 and 36. RGB value is (216,21,54). Sum of RGB (Red+Green+Blue) = 216+21+54=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D81536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81536 is #27EAC9. Grayscale: #535353. Windows color (decimal): -2616010 or 3544536. OLE color: 3544536.

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

Color convert

RGB 216 21 54 -
CMYK 0 0.90 0.75 0.15
HSL 349.85º 0.82% 0.46% -
HSV(B) 349.85º 0.9% 0.85% -
XYZ 29.25 15.4 4.92 -
YUV 83.07 111.6 222.82 -
System Red Green Blue C M Y K H S L
Decimal 216 21 54 0 0.90 0.75 0.15 349.85 0.82 0.46
Hex D8 15 36 0 5A 4B F 15E 52 2E
Octal 330 25 66 0 132 113 17 536 122 56
Binary 11011000 10101 110110 0 1011010 1001011 1111 101011110 1010010 101110

Color Harmonies of #D81536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81536

Black with #D81536

Text Example


Text Example

White with #D81536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81536; }

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

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

background-color css

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

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

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

border-color css

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

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

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