Html Css Color HEX #D32735 Alizarin

📋 copy color: '#D32735'

red 211 ◦ green 39 ◦ blue 53

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

Shades of Alizarin #D32735

Tints of Alizarin #D32735

RGB

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

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

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

R = 69.64%
G = 12.87%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D32735 (or 0xD32735) is known color: Alizarin. HEX triplet: D3, 27 and 35. RGB value is (211,39,53). Sum of RGB (Red+Green+Blue) = 211+39+53=303 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.64% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 211 - color contains mainly: red. Hex color #D32735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32735 is #2CD8CA. Grayscale: #5C5C5C. Windows color (decimal): -2939083 or 3483603. OLE color: 3483603.

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

Color convert

RGB 211 39 53 -
CMYK 0 0.82 0.75 0.17
HSL 355.12º 0.69% 0.49% -
HSV(B) 355.12º 0.82% 0.83% -
XYZ 28.23 15.56 4.88 -
YUV 92.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 211 39 53 0 0.82 0.75 0.17 355.12 0.69 0.49
Hex D3 27 35 0 52 4B 11 163 45 31
Octal 323 47 65 0 122 113 21 543 105 61
Binary 11010011 100111 110101 0 1010010 1001011 10001 101100011 1000101 110001

Color Harmonies of #D32735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32735

Black with #D32735

Text Example


Text Example

White with #D32735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32735; }

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

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

background-color css

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

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

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

border-color css

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

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

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