Html Css Color HEX #D81037 Crimson

📋 copy color: '#D81037'

red 216 ◦ green 16 ◦ blue 55

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

Shades of Crimson #D81037

Tints of Crimson #D81037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.57%

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

R = 75.26%
G = 5.57%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81037 (or 0xD81037) is known color: Crimson. HEX triplet: D8, 10 and 37. RGB value is (216,16,55). Sum of RGB (Red+Green+Blue) = 216+16+55=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D81037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81037 is #27EFC8. Grayscale: #505050. Windows color (decimal): -2617289 or 3608792. OLE color: 3608792.

HSL color Cylindrical-coordinate representation of color #D81037: hue angle of 348.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81037 is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 16 55 -
CMYK 0 0.93 0.75 0.15
HSL 348.3º 0.86% 0.45% -
HSV(B) 348.3º 0.93% 0.85% -
XYZ 29.19 15.25 5.02 -
YUV 80.25 113.76 224.83 -
System Red Green Blue C M Y K H S L
Decimal 216 16 55 0 0.93 0.75 0.15 348.3 0.86 0.45
Hex D8 10 37 0 5D 4B F 15C 56 2D
Octal 330 20 67 0 135 113 17 534 126 55
Binary 11011000 10000 110111 0 1011101 1001011 1111 101011100 1010110 101101

Color Harmonies of #D81037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81037

Black with #D81037

Text Example


Text Example

White with #D81037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81037; }

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

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

background-color css

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

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

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

border-color css

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

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

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