Html Css Color HEX #D5212E Alizarin

📋 copy color: '#D5212E'

red 213 ◦ green 33 ◦ blue 46

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

Shades of Alizarin #D5212E

Tints of Alizarin #D5212E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.3%

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

R = 72.95%
G = 11.3%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5212E (or 0xD5212E) is known color: Alizarin. HEX triplet: D5, 21 and 2E. RGB value is (213,33,46). Sum of RGB (Red+Green+Blue) = 213+33+46=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5212E is #2ADED1. Grayscale: #585858. Windows color (decimal): -2809554 or 3023317. OLE color: 3023317.

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

Color convert

RGB 213 33 46 -
CMYK 0 0.85 0.78 0.16
HSL 355.67º 0.73% 0.48% -
HSV(B) 355.67º 0.85% 0.84% -
XYZ 28.48 15.43 4.06 -
YUV 88.3 104.13 216.94 -
System Red Green Blue C M Y K H S L
Decimal 213 33 46 0 0.85 0.78 0.16 355.67 0.73 0.48
Hex D5 21 2E 0 55 4E 10 164 49 30
Octal 325 41 56 0 125 116 20 544 111 60
Binary 11010101 100001 101110 0 1010101 1001110 10000 101100100 1001001 110000

Color Harmonies of #D5212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5212E

Black with #D5212E

Text Example


Text Example

White with #D5212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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