Html Css Color HEX #D32838 Alizarin

📋 copy color: '#D32838'

red 211 ◦ green 40 ◦ blue 56

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

Shades of Alizarin #D32838

Tints of Alizarin #D32838

RGB

 RED value IS 211 (82.81% from 255) = 68.73%

 GREEN value IS 40 (16.02% from 255) = 13.03%

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 68.73%
G = 13.03%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D32838 (or 0xD32838) is known color: Alizarin. HEX triplet: D3, 28 and 38. RGB value is (211,40,56). Sum of RGB (Red+Green+Blue) = 211+40+56=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D32838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32838 is #2CD7C7. Grayscale: #5D5D5D. Windows color (decimal): -2938824 or 3680467. OLE color: 3680467.

HSL color Cylindrical-coordinate representation of color #D32838: hue angle of 354.39º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D32838 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 40 56 -
CMYK 0 0.81 0.73 0.17
HSL 354.39º 0.68% 0.49% -
HSV(B) 354.39º 0.81% 0.83% -
XYZ 28.34 15.65 5.27 -
YUV 92.95 107.15 212.2 -
System Red Green Blue C M Y K H S L
Decimal 211 40 56 0 0.81 0.73 0.17 354.39 0.68 0.49
Hex D3 28 38 0 51 49 11 162 44 31
Octal 323 50 70 0 121 111 21 542 104 61
Binary 11010011 101000 111000 0 1010001 1001001 10001 101100010 1000100 110001

Color Harmonies of #D32838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32838

Black with #D32838

Text Example


Text Example

White with #D32838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32838; }

 p { color: rgb(211,40,56); }

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

background-color css

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

 a { background-color: rgb(211,40,56); }

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

border-color css

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

 span { border-color: rgb(211,40,56); }

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