Html Css Color HEX #D81D37 Crimson

📋 copy color: '#D81D37'

red 216 ◦ green 29 ◦ blue 55

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

Shades of Crimson #D81D37

Tints of Crimson #D81D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.67%

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

R = 72%
G = 9.67%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81D37 (or 0xD81D37) is known color: Crimson. HEX triplet: D8, 1D and 37. RGB value is (216,29,55). Sum of RGB (Red+Green+Blue) = 216+29+55=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D37 is #27E2C8. Grayscale: #575757. Windows color (decimal): -2613961 or 3612120. OLE color: 3612120.

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

Color convert

RGB 216 29 55 -
CMYK 0 0.87 0.75 0.15
HSL 351.66º 0.76% 0.48% -
HSV(B) 351.66º 0.87% 0.85% -
XYZ 29.45 15.75 5.1 -
YUV 87.88 109.45 219.39 -
System Red Green Blue C M Y K H S L
Decimal 216 29 55 0 0.87 0.75 0.15 351.66 0.76 0.48
Hex D8 1D 37 0 57 4B F 160 4C 30
Octal 330 35 67 0 127 113 17 540 114 60
Binary 11011000 11101 110111 0 1010111 1001011 1111 101100000 1001100 110000

Color Harmonies of #D81D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D37

Black with #D81D37

Text Example


Text Example

White with #D81D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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