Html Css Color HEX #D81637 Crimson

📋 copy color: '#D81637'

red 216 ◦ green 22 ◦ blue 55

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

Shades of Crimson #D81637

Tints of Crimson #D81637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 73.72%
G = 7.51%
B = 18.77%

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

#D81637 (or 0xD81637) is known color: Crimson. HEX triplet: D8, 16 and 37. RGB value is (216,22,55). Sum of RGB (Red+Green+Blue) = 216+22+55=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D81637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81637 is #27E9C8. Grayscale: #535353. Windows color (decimal): -2615753 or 3610328. OLE color: 3610328.

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

Color convert

RGB 216 22 55 -
CMYK 0 0.90 0.75 0.15
HSL 349.79º 0.82% 0.47% -
HSV(B) 349.79º 0.9% 0.85% -
XYZ 29.3 15.45 5.05 -
YUV 83.77 111.77 222.32 -
System Red Green Blue C M Y K H S L
Decimal 216 22 55 0 0.90 0.75 0.15 349.79 0.82 0.47
Hex D8 16 37 0 5A 4B F 15E 52 2F
Octal 330 26 67 0 132 113 17 536 122 57
Binary 11011000 10110 110111 0 1011010 1001011 1111 101011110 1010010 101111

Color Harmonies of #D81637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81637

Black with #D81637

Text Example


Text Example

White with #D81637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81637; }

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

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

background-color css

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

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

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

border-color css

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

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

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