Html Css Color HEX #D81836 Crimson

📋 copy color: '#D81836'

red 216 ◦ green 24 ◦ blue 54

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

Shades of Crimson #D81836

Tints of Crimson #D81836

RGB

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

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

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

R = 73.47%
G = 8.16%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81836 (or 0xD81836) is known color: Crimson. HEX triplet: D8, 18 and 36. RGB value is (216,24,54). Sum of RGB (Red+Green+Blue) = 216+24+54=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 24 (9.77% from 255 or 8.16% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D81836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81836 is #27E7C9. Grayscale: #545454. Windows color (decimal): -2615242 or 3545304. OLE color: 3545304.

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

Color convert

RGB 216 24 54 -
CMYK 0 0.89 0.75 0.15
HSL 350.63º 0.8% 0.47% -
HSV(B) 350.63º 0.89% 0.85% -
XYZ 29.31 15.52 4.94 -
YUV 84.83 110.61 221.56 -
System Red Green Blue C M Y K H S L
Decimal 216 24 54 0 0.89 0.75 0.15 350.63 0.8 0.47
Hex D8 18 36 0 59 4B F 15F 50 2F
Octal 330 30 66 0 131 113 17 537 120 57
Binary 11011000 11000 110110 0 1011001 1001011 1111 101011111 1010000 101111

Color Harmonies of #D81836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81836

Black with #D81836

Text Example


Text Example

White with #D81836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81836; }

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

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

background-color css

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

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

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

border-color css

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

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

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