Html Css Color HEX #D81636 Crimson

📋 copy color: '#D81636'

red 216 ◦ green 22 ◦ blue 54

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

Shades of Crimson #D81636

Tints of Crimson #D81636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.49%

R = 73.97%
G = 7.53%
B = 18.49%

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

#D81636 (or 0xD81636) is known color: Crimson. HEX triplet: D8, 16 and 36. RGB value is (216,22,54). Sum of RGB (Red+Green+Blue) = 216+22+54=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 22 (8.98% from 255 or 7.53% from 292); Blue value is 54 (21.48% from 255 or 18.49% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D81636 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81636 is #27E9C9. Grayscale: #535353. Windows color (decimal): -2615754 or 3544792. OLE color: 3544792.

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

Color convert

RGB 216 22 54 -
CMYK 0 0.90 0.75 0.15
HSL 350.1º 0.82% 0.47% -
HSV(B) 350.1º 0.9% 0.85% -
XYZ 29.27 15.44 4.93 -
YUV 83.65 111.27 222.4 -
System Red Green Blue C M Y K H S L
Decimal 216 22 54 0 0.90 0.75 0.15 350.1 0.82 0.47
Hex D8 16 36 0 5A 4B F 15E 52 2F
Octal 330 26 66 0 132 113 17 536 122 57
Binary 11011000 10110 110110 0 1011010 1001011 1111 101011110 1010010 101111

Color Harmonies of #D81636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81636

Black with #D81636

Text Example


Text Example

White with #D81636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81636; }

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

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

background-color css

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

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

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

border-color css

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

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

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