Html Css Color HEX #D82741 Alizarin

📋 copy color: '#D82741'

red 216 ◦ green 39 ◦ blue 65

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

Shades of Alizarin #D82741

Tints of Alizarin #D82741

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.19%

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

R = 67.5%
G = 12.19%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D82741 (or 0xD82741) is known color: Alizarin. HEX triplet: D8, 27 and 41. RGB value is (216,39,65). Sum of RGB (Red+Green+Blue) = 216+39+65=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82741 is #27D8BE. Grayscale: #5E5E5E. Windows color (decimal): -2611391 or 4270040. OLE color: 4270040.

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

Color convert

RGB 216 39 65 -
CMYK 0 0.82 0.70 0.15
HSL 351.19º 0.69% 0.5% -
HSV(B) 351.19º 0.82% 0.85% -
XYZ 30 16.43 6.59 -
YUV 94.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 216 39 65 0 0.82 0.70 0.15 351.19 0.69 0.5
Hex D8 27 41 0 52 46 F 15F 45 32
Octal 330 47 101 0 122 106 17 537 105 62
Binary 11011000 100111 1000001 0 1010010 1000110 1111 101011111 1000101 110010

Color Harmonies of #D82741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82741

Black with #D82741

Text Example


Text Example

White with #D82741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82741; }

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

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

background-color css

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

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

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

border-color css

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

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

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