Html Css Color HEX #D81841 Crimson

📋 copy color: '#D81841'

red 216 ◦ green 24 ◦ blue 65

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

Shades of Crimson #D81841

Tints of Crimson #D81841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.31%

R = 70.82%
G = 7.87%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81841 (or 0xD81841) is known color: Crimson. HEX triplet: D8, 18 and 41. RGB value is (216,24,65). Sum of RGB (Red+Green+Blue) = 216+24+65=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D81841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81841 is #27E7BE. Grayscale: #565656. Windows color (decimal): -2615231 or 4266200. OLE color: 4266200.

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

Color convert

RGB 216 24 65 -
CMYK 0 0.89 0.70 0.15
HSL 347.19º 0.8% 0.47% -
HSV(B) 347.19º 0.89% 0.85% -
XYZ 29.6 15.63 6.46 -
YUV 86.08 116.11 220.67 -
System Red Green Blue C M Y K H S L
Decimal 216 24 65 0 0.89 0.70 0.15 347.19 0.8 0.47
Hex D8 18 41 0 59 46 F 15B 50 2F
Octal 330 30 101 0 131 106 17 533 120 57
Binary 11011000 11000 1000001 0 1011001 1000110 1111 101011011 1010000 101111

Color Harmonies of #D81841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81841

Black with #D81841

Text Example


Text Example

White with #D81841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81841; }

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

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

background-color css

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

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

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

border-color css

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

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

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