Html Css Color HEX #D82048 Crimson

📋 copy color: '#D82048'

red 216 ◦ green 32 ◦ blue 72

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

Shades of Crimson #D82048

Tints of Crimson #D82048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.5%

R = 67.5%
G = 10%
B = 22.5%

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

#D82048 (or 0xD82048) is known color: Crimson. HEX triplet: D8, 20 and 48. RGB value is (216,32,72). Sum of RGB (Red+Green+Blue) = 216+32+72=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82048 is #27DFB7. Grayscale: #5B5B5B. Windows color (decimal): -2613176 or 4727000. OLE color: 4727000.

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

Color convert

RGB 216 32 72 -
CMYK 0 0.85 0.67 0.15
HSL 346.96º 0.74% 0.49% -
HSV(B) 346.96º 0.85% 0.85% -
XYZ 30.01 16.1 7.66 -
YUV 91.58 116.96 216.75 -
System Red Green Blue C M Y K H S L
Decimal 216 32 72 0 0.85 0.67 0.15 346.96 0.74 0.49
Hex D8 20 48 0 55 43 F 15B 4A 31
Octal 330 40 110 0 125 103 17 533 112 61
Binary 11011000 100000 1001000 0 1010101 1000011 1111 101011011 1001010 110001

Color Harmonies of #D82048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82048

Black with #D82048

Text Example


Text Example

White with #D82048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82048; }

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

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

background-color css

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

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

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

border-color css

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

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

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