Html Css Color HEX #D81B47 Crimson

📋 copy color: '#D81B47'

red 216 ◦ green 27 ◦ blue 71

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

Shades of Crimson #D81B47

Tints of Crimson #D81B47

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

 BLUE value IS 71 (28.13% from 255) = 22.61%

R = 68.79%
G = 8.6%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D81B47 (or 0xD81B47) is known color: Crimson. HEX triplet: D8, 1B and 47. RGB value is (216,27,71). Sum of RGB (Red+Green+Blue) = 216+27+71=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 71 (28.12% from 255 or 22.61% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81B47 is #27E4B8. Grayscale: #585858. Windows color (decimal): -2614457 or 4660184. OLE color: 4660184.

HSL color Cylindrical-coordinate representation of color #D81B47: hue angle of 346.03º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B47 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 27 71 -
CMYK 0 0.88 0.67 0.15
HSL 346.03º 0.78% 0.48% -
HSV(B) 346.03º 0.88% 0.85% -
XYZ 29.85 15.84 7.45 -
YUV 88.53 118.12 218.92 -
System Red Green Blue C M Y K H S L
Decimal 216 27 71 0 0.88 0.67 0.15 346.03 0.78 0.48
Hex D8 1B 47 0 58 43 F 15A 4E 30
Octal 330 33 107 0 130 103 17 532 116 60
Binary 11011000 11011 1000111 0 1011000 1000011 1111 101011010 1001110 110000

Color Harmonies of #D81B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B47

Black with #D81B47

Text Example


Text Example

White with #D81B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B47; }

 p { color: rgb(216,27,71); }

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

background-color css

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

 a { background-color: rgb(216,27,71); }

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

border-color css

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

 span { border-color: rgb(216,27,71); }

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