Html Css Color HEX #D52E4B Amaranth

📋 copy color: '#D52E4B'

red 213 ◦ green 46 ◦ blue 75

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

Shades of Amaranth #D52E4B

Tints of Amaranth #D52E4B

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.77%

 BLUE value IS 75 (29.69% from 255) = 22.46%

R = 63.77%
G = 13.77%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D52E4B (or 0xD52E4B) is known color: Amaranth. HEX triplet: D5, 2E and 4B. RGB value is (213,46,75). Sum of RGB (Red+Green+Blue) = 213+46+75=334 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.77% from 334); Green value is 46 (18.36% from 255 or 13.77% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E4B is #2AD1B4. Grayscale: #636363. Windows color (decimal): -2806197 or 4927189. OLE color: 4927189.

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

Color convert

RGB 213 46 75 -
CMYK 0 0.78 0.65 0.16
HSL 349.58º 0.67% 0.51% -
HSV(B) 349.58º 0.78% 0.84% -
XYZ 29.69 16.61 8.3 -
YUV 99.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 213 46 75 0 0.78 0.65 0.16 349.58 0.67 0.51
Hex D5 2E 4B 0 4E 41 10 15E 43 33
Octal 325 56 113 0 116 101 20 536 103 63
Binary 11010101 101110 1001011 0 1001110 1000001 10000 101011110 1000011 110011

Color Harmonies of #D52E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E4B

Black with #D52E4B

Text Example


Text Example

White with #D52E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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