Html Css Color HEX #D32235 Alizarin

📋 copy color: '#D32235'

red 211 ◦ green 34 ◦ blue 53

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

Shades of Alizarin #D32235

Tints of Alizarin #D32235

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.41%

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 70.81%
G = 11.41%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D32235 (or 0xD32235) is known color: Alizarin. HEX triplet: D3, 22 and 35. RGB value is (211,34,53). Sum of RGB (Red+Green+Blue) = 211+34+53=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D32235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32235 is #2CDDCA. Grayscale: #595959. Windows color (decimal): -2940363 or 3482323. OLE color: 3482323.

HSL color Cylindrical-coordinate representation of color #D32235: hue angle of 353.56º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D32235 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 34 53 -
CMYK 0 0.84 0.75 0.17
HSL 353.56º 0.72% 0.48% -
HSV(B) 353.56º 0.84% 0.83% -
XYZ 28.08 15.25 4.83 -
YUV 89.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 211 34 53 0 0.84 0.75 0.17 353.56 0.72 0.48
Hex D3 22 35 0 54 4B 11 162 48 30
Octal 323 42 65 0 124 113 21 542 110 60
Binary 11010011 100010 110101 0 1010100 1001011 10001 101100010 1001000 110000

Color Harmonies of #D32235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32235

Black with #D32235

Text Example


Text Example

White with #D32235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32235; }

 p { color: rgb(211,34,53); }

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

background-color css

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

 a { background-color: rgb(211,34,53); }

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

border-color css

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

 span { border-color: rgb(211,34,53); }

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