Html Css Color HEX #D81631 Crimson

📋 copy color: '#D81631'

red 216 ◦ green 22 ◦ blue 49

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

Shades of Crimson #D81631

Tints of Crimson #D81631

RGB

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

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

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

R = 75.26%
G = 7.67%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D81631 (or 0xD81631) is known color: Crimson. HEX triplet: D8, 16 and 31. RGB value is (216,22,49). Sum of RGB (Red+Green+Blue) = 216+22+49=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D81631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81631 is #27E9CE. Grayscale: #535353. Windows color (decimal): -2615759 or 3217112. OLE color: 3217112.

HSL color Cylindrical-coordinate representation of color #D81631: hue angle of 351.65º 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 #D81631 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 49 -
CMYK 0 0.90 0.77 0.15
HSL 351.65º 0.82% 0.47% -
HSV(B) 351.65º 0.9% 0.85% -
XYZ 29.16 15.39 4.34 -
YUV 83.08 108.77 222.8 -
System Red Green Blue C M Y K H S L
Decimal 216 22 49 0 0.90 0.77 0.15 351.65 0.82 0.47
Hex D8 16 31 0 5A 4D F 160 52 2F
Octal 330 26 61 0 132 115 17 540 122 57
Binary 11011000 10110 110001 0 1011010 1001101 1111 101100000 1010010 101111

Color Harmonies of #D81631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81631

Black with #D81631

Text Example


Text Example

White with #D81631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81631; }

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

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

background-color css

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

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

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

border-color css

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

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

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