Html Css Color HEX #D82F41 Alizarin

📋 copy color: '#D82F41'

red 216 ◦ green 47 ◦ blue 65

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

Shades of Alizarin #D82F41

Tints of Alizarin #D82F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.33%

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 65.85%
G = 14.33%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D82F41 (or 0xD82F41) is known color: Alizarin. HEX triplet: D8, 2F and 41. RGB value is (216,47,65). Sum of RGB (Red+Green+Blue) = 216+47+65=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F41 is #27D0BE. Grayscale: #636363. Windows color (decimal): -2609343 or 4272088. OLE color: 4272088.

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

Color convert

RGB 216 47 65 -
CMYK 0 0.78 0.70 0.15
HSL 353.61º 0.68% 0.52% -
HSV(B) 353.61º 0.78% 0.85% -
XYZ 30.29 17.01 6.69 -
YUV 99.58 108.49 211.04 -
System Red Green Blue C M Y K H S L
Decimal 216 47 65 0 0.78 0.70 0.15 353.61 0.68 0.52
Hex D8 2F 41 0 4E 46 F 162 44 34
Octal 330 57 101 0 116 106 17 542 104 64
Binary 11011000 101111 1000001 0 1001110 1000110 1111 101100010 1000100 110100

Color Harmonies of #D82F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F41

Black with #D82F41

Text Example


Text Example

White with #D82F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F41; }

 p { color: rgb(216,47,65); }

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

background-color css

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

 a { background-color: rgb(216,47,65); }

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

border-color css

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

 span { border-color: rgb(216,47,65); }

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