Html Css Color HEX #D82047 Crimson

📋 copy color: '#D82047'

red 216 ◦ green 32 ◦ blue 71

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

Shades of Crimson #D82047

Tints of Crimson #D82047

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.03%

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

R = 67.71%
G = 10.03%
B = 22.26%

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

#D82047 (or 0xD82047) is known color: Crimson. HEX triplet: D8, 20 and 47. RGB value is (216,32,71). Sum of RGB (Red+Green+Blue) = 216+32+71=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D82047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82047 is #27DFB8. Grayscale: #5B5B5B. Windows color (decimal): -2613177 or 4661464. OLE color: 4661464.

HSL color Cylindrical-coordinate representation of color #D82047: hue angle of 347.28º degrees, saturation: 0.74, 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 #D82047 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 32 71 -
CMYK 0 0.85 0.67 0.15
HSL 347.28º 0.74% 0.49% -
HSV(B) 347.28º 0.85% 0.85% -
XYZ 29.97 16.09 7.49 -
YUV 91.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 216 32 71 0 0.85 0.67 0.15 347.28 0.74 0.49
Hex D8 20 47 0 55 43 F 15B 4A 31
Octal 330 40 107 0 125 103 17 533 112 61
Binary 11011000 100000 1000111 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #D82047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82047

Black with #D82047

Text Example


Text Example

White with #D82047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82047; }

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

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

background-color css

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

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

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

border-color css

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

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

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