Html Css Color HEX #D5264A Amaranth

📋 copy color: '#D5264A'

red 213 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #D5264A

Tints of Amaranth #D5264A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 65.54%
G = 11.69%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5264A (or 0xD5264A) is known color: Amaranth. HEX triplet: D5, 26 and 4A. RGB value is (213,38,74). Sum of RGB (Red+Green+Blue) = 213+38+74=325 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.54% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 213 - color contains mainly: red. Hex color #D5264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5264A is #2AD9B5. Grayscale: #5E5E5E. Windows color (decimal): -2808246 or 4859605. OLE color: 4859605.

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

Color convert

RGB 213 38 74 -
CMYK 0 0.82 0.65 0.16
HSL 347.66º 0.7% 0.49% -
HSV(B) 347.66º 0.82% 0.84% -
XYZ 29.37 16.03 8.02 -
YUV 94.43 116.48 212.57 -
System Red Green Blue C M Y K H S L
Decimal 213 38 74 0 0.82 0.65 0.16 347.66 0.7 0.49
Hex D5 26 4A 0 52 41 10 15C 46 31
Octal 325 46 112 0 122 101 20 534 106 61
Binary 11010101 100110 1001010 0 1010010 1000001 10000 101011100 1000110 110001

Color Harmonies of #D5264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5264A

Black with #D5264A

Text Example


Text Example

White with #D5264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5264A; }

 p { color: rgb(213,38,74); }

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

background-color css

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

 a { background-color: rgb(213,38,74); }

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

border-color css

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

 span { border-color: rgb(213,38,74); }

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