Html Css Color HEX #D82F3F Alizarin

📋 copy color: '#D82F3F'

red 216 ◦ green 47 ◦ blue 63

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

Shades of Alizarin #D82F3F

Tints of Alizarin #D82F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.33%

R = 66.26%
G = 14.42%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D82F3F (or 0xD82F3F) is known color: Alizarin. HEX triplet: D8, 2F and 3F. RGB value is (216,47,63). Sum of RGB (Red+Green+Blue) = 216+47+63=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F3F is #27D0C0. Grayscale: #636363. Windows color (decimal): -2609345 or 4141016. OLE color: 4141016.

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

Color convert

RGB 216 47 63 -
CMYK 0 0.78 0.71 0.15
HSL 354.32º 0.68% 0.52% -
HSV(B) 354.32º 0.78% 0.85% -
XYZ 30.23 16.99 6.39 -
YUV 99.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 216 47 63 0 0.78 0.71 0.15 354.32 0.68 0.52
Hex D8 2F 3F 0 4E 47 F 162 44 34
Octal 330 57 77 0 116 107 17 542 104 64
Binary 11011000 101111 111111 0 1001110 1000111 1111 101100010 1000100 110100

Color Harmonies of #D82F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F3F

Black with #D82F3F

Text Example


Text Example

White with #D82F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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