Html Css Color HEX #D82147 Crimson

📋 copy color: '#D82147'

red 216 ◦ green 33 ◦ blue 71

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

Shades of Crimson #D82147

Tints of Crimson #D82147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.31%

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

R = 67.5%
G = 10.31%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D82147 (or 0xD82147) is known color: Crimson. HEX triplet: D8, 21 and 47. RGB value is (216,33,71). Sum of RGB (Red+Green+Blue) = 216+33+71=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82147 is #27DEB8. Grayscale: #5C5C5C. Windows color (decimal): -2612921 or 4661720. OLE color: 4661720.

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

Color convert

RGB 216 33 71 -
CMYK 0 0.85 0.67 0.15
HSL 347.54º 0.73% 0.49% -
HSV(B) 347.54º 0.85% 0.85% -
XYZ 30 16.14 7.5 -
YUV 92.05 116.13 216.41 -
System Red Green Blue C M Y K H S L
Decimal 216 33 71 0 0.85 0.67 0.15 347.54 0.73 0.49
Hex D8 21 47 0 55 43 F 15C 49 31
Octal 330 41 107 0 125 103 17 534 111 61
Binary 11011000 100001 1000111 0 1010101 1000011 1111 101011100 1001001 110001

Color Harmonies of #D82147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82147

Black with #D82147

Text Example


Text Example

White with #D82147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82147; }

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

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

background-color css

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

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

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

border-color css

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

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

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