Html Css Color HEX #D81831 Crimson

📋 copy color: '#D81831'

red 216 ◦ green 24 ◦ blue 49

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

Shades of Crimson #D81831

Tints of Crimson #D81831

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 74.74%
G = 8.3%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D81831 (or 0xD81831) is known color: Crimson. HEX triplet: D8, 18 and 31. RGB value is (216,24,49). Sum of RGB (Red+Green+Blue) = 216+24+49=289 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.74% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 216 - color contains mainly: red. Hex color #D81831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81831 is #27E7CE. Grayscale: #545454. Windows color (decimal): -2615247 or 3217624. OLE color: 3217624.

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

Color convert

RGB 216 24 49 -
CMYK 0 0.89 0.77 0.15
HSL 352.19º 0.8% 0.47% -
HSV(B) 352.19º 0.89% 0.85% -
XYZ 29.2 15.47 4.35 -
YUV 84.26 108.11 221.97 -
System Red Green Blue C M Y K H S L
Decimal 216 24 49 0 0.89 0.77 0.15 352.19 0.8 0.47
Hex D8 18 31 0 59 4D F 160 50 2F
Octal 330 30 61 0 131 115 17 540 120 57
Binary 11011000 11000 110001 0 1011001 1001101 1111 101100000 1010000 101111

Color Harmonies of #D81831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81831

Black with #D81831

Text Example


Text Example

White with #D81831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81831; }

 p { color: rgb(216,24,49); }

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

background-color css

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

 a { background-color: rgb(216,24,49); }

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

border-color css

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

 span { border-color: rgb(216,24,49); }

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