Html Css Color HEX #D81541 Crimson

📋 copy color: '#D81541'

red 216 ◦ green 21 ◦ blue 65

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

Shades of Crimson #D81541

Tints of Crimson #D81541

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.95%

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

R = 71.52%
G = 6.95%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D81541 (or 0xD81541) is known color: Crimson. HEX triplet: D8, 15 and 41. RGB value is (216,21,65). Sum of RGB (Red+Green+Blue) = 216+21+65=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D81541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81541 is #27EABE. Grayscale: #545454. Windows color (decimal): -2615999 or 4265432. OLE color: 4265432.

HSL color Cylindrical-coordinate representation of color #D81541: hue angle of 346.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81541 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 65 -
CMYK 0 0.90 0.70 0.15
HSL 346.46º 0.82% 0.46% -
HSV(B) 346.46º 0.9% 0.85% -
XYZ 29.54 15.52 6.44 -
YUV 84.32 117.1 221.92 -
System Red Green Blue C M Y K H S L
Decimal 216 21 65 0 0.90 0.70 0.15 346.46 0.82 0.46
Hex D8 15 41 0 5A 46 F 15A 52 2E
Octal 330 25 101 0 132 106 17 532 122 56
Binary 11011000 10101 1000001 0 1011010 1000110 1111 101011010 1010010 101110

Color Harmonies of #D81541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81541

Black with #D81541

Text Example


Text Example

White with #D81541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81541; }

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

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

background-color css

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

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

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

border-color css

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

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

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