Html Css Color HEX #D5264F Amaranth

📋 copy color: '#D5264F'

red 213 ◦ green 38 ◦ blue 79

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

Shades of Amaranth #D5264F

Tints of Amaranth #D5264F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.94%

R = 64.55%
G = 11.52%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5264F (or 0xD5264F) is known color: Amaranth. HEX triplet: D5, 26 and 4F. RGB value is (213,38,79). Sum of RGB (Red+Green+Blue) = 213+38+79=330 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.55% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 213 - color contains mainly: red. Hex color #D5264F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5264F is #2AD9B0. Grayscale: #5F5F5F. Windows color (decimal): -2808241 or 5187285. OLE color: 5187285.

HSL color Cylindrical-coordinate representation of color #D5264F: hue angle of 345.94º 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 #D5264F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 38 79 -
CMYK 0 0.82 0.63 0.16
HSL 345.94º 0.7% 0.49% -
HSV(B) 345.94º 0.82% 0.84% -
XYZ 29.54 16.1 8.95 -
YUV 95 118.98 212.17 -
System Red Green Blue C M Y K H S L
Decimal 213 38 79 0 0.82 0.63 0.16 345.94 0.7 0.49
Hex D5 26 4F 0 52 3F 10 15A 46 31
Octal 325 46 117 0 122 77 20 532 106 61
Binary 11010101 100110 1001111 0 1010010 111111 10000 101011010 1000110 110001

Color Harmonies of #D5264F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5264F

Black with #D5264F

Text Example


Text Example

White with #D5264F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5264F; }

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

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

background-color css

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

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

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

border-color css

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

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

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