Html Css Color HEX #D5232E Alizarin

📋 copy color: '#D5232E'

red 213 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #D5232E

Tints of Alizarin #D5232E

RGB

 RED value IS 213 (83.59% from 255) = 72.45%

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 72.45%
G = 11.9%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5232E (or 0xD5232E) is known color: Alizarin. HEX triplet: D5, 23 and 2E. RGB value is (213,35,46). Sum of RGB (Red+Green+Blue) = 213+35+46=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5232E is #2ADCD1. Grayscale: #595959. Windows color (decimal): -2809042 or 3023829. OLE color: 3023829.

HSL color Cylindrical-coordinate representation of color #D5232E: hue angle of 356.29º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5232E is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 35 46 -
CMYK 0 0.84 0.78 0.16
HSL 356.29º 0.72% 0.49% -
HSV(B) 356.29º 0.84% 0.84% -
XYZ 28.53 15.55 4.08 -
YUV 89.48 103.47 216.11 -
System Red Green Blue C M Y K H S L
Decimal 213 35 46 0 0.84 0.78 0.16 356.29 0.72 0.49
Hex D5 23 2E 0 54 4E 10 164 48 31
Octal 325 43 56 0 124 116 20 544 110 61
Binary 11010101 100011 101110 0 1010100 1001110 10000 101100100 1001000 110001

Color Harmonies of #D5232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5232E

Black with #D5232E

Text Example


Text Example

White with #D5232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5232E; }

 p { color: rgb(213,35,46); }

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

background-color css

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

 a { background-color: rgb(213,35,46); }

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

border-color css

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

 span { border-color: rgb(213,35,46); }

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