Html Css Color HEX #D81437 Crimson

📋 copy color: '#D81437'

red 216 ◦ green 20 ◦ blue 55

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

Shades of Crimson #D81437

Tints of Crimson #D81437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

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

R = 74.23%
G = 6.87%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81437 (or 0xD81437) is known color: Crimson. HEX triplet: D8, 14 and 37. RGB value is (216,20,55). Sum of RGB (Red+Green+Blue) = 216+20+55=291 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.23% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 216 - color contains mainly: red. Hex color #D81437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81437 is #27EBC8. Grayscale: #525252. Windows color (decimal): -2616265 or 3609816. OLE color: 3609816.

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

Color convert

RGB 216 20 55 -
CMYK 0 0.91 0.75 0.15
HSL 349.29º 0.83% 0.46% -
HSV(B) 349.29º 0.91% 0.85% -
XYZ 29.26 15.38 5.04 -
YUV 82.59 112.43 223.15 -
System Red Green Blue C M Y K H S L
Decimal 216 20 55 0 0.91 0.75 0.15 349.29 0.83 0.46
Hex D8 14 37 0 5B 4B F 15D 53 2E
Octal 330 24 67 0 133 113 17 535 123 56
Binary 11011000 10100 110111 0 1011011 1001011 1111 101011101 1010011 101110

Color Harmonies of #D81437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81437

Black with #D81437

Text Example


Text Example

White with #D81437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81437; }

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

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

background-color css

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

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

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

border-color css

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

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

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