Html Css Color HEX #D81A37 Crimson

📋 copy color: '#D81A37'

red 216 ◦ green 26 ◦ blue 55

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

Shades of Crimson #D81A37

Tints of Crimson #D81A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.75%

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

R = 72.73%
G = 8.75%
B = 18.52%

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

#D81A37 (or 0xD81A37) is known color: Crimson. HEX triplet: D8, 1A and 37. RGB value is (216,26,55). Sum of RGB (Red+Green+Blue) = 216+26+55=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A37 is #27E5C8. Grayscale: #565656. Windows color (decimal): -2614729 or 3611352. OLE color: 3611352.

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

Color convert

RGB 216 26 55 -
CMYK 0 0.88 0.75 0.15
HSL 350.84º 0.79% 0.47% -
HSV(B) 350.84º 0.88% 0.85% -
XYZ 29.38 15.61 5.08 -
YUV 86.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 216 26 55 0 0.88 0.75 0.15 350.84 0.79 0.47
Hex D8 1A 37 0 58 4B F 15F 4F 2F
Octal 330 32 67 0 130 113 17 537 117 57
Binary 11011000 11010 110111 0 1011000 1001011 1111 101011111 1001111 101111

Color Harmonies of #D81A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A37

Black with #D81A37

Text Example


Text Example

White with #D81A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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