Html Css Color HEX #D82046 Crimson

📋 copy color: '#D82046'

red 216 ◦ green 32 ◦ blue 70

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

Shades of Crimson #D82046

Tints of Crimson #D82046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 67.92%
G = 10.06%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D82046 (or 0xD82046) is known color: Crimson. HEX triplet: D8, 20 and 46. RGB value is (216,32,70). Sum of RGB (Red+Green+Blue) = 216+32+70=318 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.92% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 216 - color contains mainly: red. Hex color #D82046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82046 is #27DFB9. Grayscale: #5B5B5B. Windows color (decimal): -2613178 or 4595928. OLE color: 4595928.

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

Color convert

RGB 216 32 70 -
CMYK 0 0.85 0.68 0.15
HSL 347.61º 0.74% 0.49% -
HSV(B) 347.61º 0.85% 0.85% -
XYZ 29.94 16.07 7.32 -
YUV 91.35 115.96 216.91 -
System Red Green Blue C M Y K H S L
Decimal 216 32 70 0 0.85 0.68 0.15 347.61 0.74 0.49
Hex D8 20 46 0 55 44 F 15C 4A 31
Octal 330 40 106 0 125 104 17 534 112 61
Binary 11011000 100000 1000110 0 1010101 1000100 1111 101011100 1001010 110001

Color Harmonies of #D82046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82046

Black with #D82046

Text Example


Text Example

White with #D82046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82046; }

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

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

background-color css

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

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

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

border-color css

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

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

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