Html Css Color HEX #D81036 Crimson

📋 copy color: '#D81036'

red 216 ◦ green 16 ◦ blue 54

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

Shades of Crimson #D81036

Tints of Crimson #D81036

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

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

R = 75.52%
G = 5.59%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81036 (or 0xD81036) is known color: Crimson. HEX triplet: D8, 10 and 36. RGB value is (216,16,54). Sum of RGB (Red+Green+Blue) = 216+16+54=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D81036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81036 is #27EFC9. Grayscale: #505050. Windows color (decimal): -2617290 or 3543256. OLE color: 3543256.

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

Color convert

RGB 216 16 54 -
CMYK 0 0.93 0.75 0.15
HSL 348.6º 0.86% 0.45% -
HSV(B) 348.6º 0.93% 0.85% -
XYZ 29.17 15.24 4.89 -
YUV 80.13 113.26 224.91 -
System Red Green Blue C M Y K H S L
Decimal 216 16 54 0 0.93 0.75 0.15 348.6 0.86 0.45
Hex D8 10 36 0 5D 4B F 15D 56 2D
Octal 330 20 66 0 135 113 17 535 126 55
Binary 11011000 10000 110110 0 1011101 1001011 1111 101011101 1010110 101101

Color Harmonies of #D81036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81036

Black with #D81036

Text Example


Text Example

White with #D81036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81036; }

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

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

background-color css

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

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

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

border-color css

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

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

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