Html Css Color HEX #D82A3E Alizarin

📋 copy color: '#D82A3E'

red 216 ◦ green 42 ◦ blue 62

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

Shades of Alizarin #D82A3E

Tints of Alizarin #D82A3E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.13%

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 67.5%
G = 13.13%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D82A3E (or 0xD82A3E) is known color: Alizarin. HEX triplet: D8, 2A and 3E. RGB value is (216,42,62). Sum of RGB (Red+Green+Blue) = 216+42+62=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A3E is #27D5C1. Grayscale: #606060. Windows color (decimal): -2610626 or 4074200. OLE color: 4074200.

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

Color convert

RGB 216 42 62 -
CMYK 0 0.81 0.71 0.15
HSL 353.1º 0.69% 0.51% -
HSV(B) 353.1º 0.81% 0.85% -
XYZ 30.02 16.6 6.18 -
YUV 96.31 108.65 213.37 -
System Red Green Blue C M Y K H S L
Decimal 216 42 62 0 0.81 0.71 0.15 353.1 0.69 0.51
Hex D8 2A 3E 0 51 47 F 161 45 33
Octal 330 52 76 0 121 107 17 541 105 63
Binary 11011000 101010 111110 0 1010001 1000111 1111 101100001 1000101 110011

Color Harmonies of #D82A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82A3E

Black with #D82A3E

Text Example


Text Example

White with #D82A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82A3E; }

 p { color: rgb(216,42,62); }

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

background-color css

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

 a { background-color: rgb(216,42,62); }

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

border-color css

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

 span { border-color: rgb(216,42,62); }

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