Html Css Color HEX #D81B37 Crimson

📋 copy color: '#D81B37'

red 216 ◦ green 27 ◦ blue 55

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

Shades of Crimson #D81B37

Tints of Crimson #D81B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.06%

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

R = 72.48%
G = 9.06%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81B37 (or 0xD81B37) is known color: Crimson. HEX triplet: D8, 1B and 37. RGB value is (216,27,55). Sum of RGB (Red+Green+Blue) = 216+27+55=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81B37 is #27E4C8. Grayscale: #565656. Windows color (decimal): -2614473 or 3611608. OLE color: 3611608.

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

Color convert

RGB 216 27 55 -
CMYK 0 0.88 0.75 0.15
HSL 351.11º 0.78% 0.48% -
HSV(B) 351.11º 0.88% 0.85% -
XYZ 29.4 15.66 5.09 -
YUV 86.7 110.12 220.22 -
System Red Green Blue C M Y K H S L
Decimal 216 27 55 0 0.88 0.75 0.15 351.11 0.78 0.48
Hex D8 1B 37 0 58 4B F 15F 4E 30
Octal 330 33 67 0 130 113 17 537 116 60
Binary 11011000 11011 110111 0 1011000 1001011 1111 101011111 1001110 110000

Color Harmonies of #D81B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B37

Black with #D81B37

Text Example


Text Example

White with #D81B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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