Html Css Color HEX #D8264B Amaranth

📋 copy color: '#D8264B'

red 216 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #D8264B

Tints of Amaranth #D8264B

RGB

 RED value IS 216 (84.77% from 255) = 65.65%

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

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

R = 65.65%
G = 11.55%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8264B (or 0xD8264B) is known color: Amaranth. HEX triplet: D8, 26 and 4B. RGB value is (216,38,75). Sum of RGB (Red+Green+Blue) = 216+38+75=329 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.65% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 216 - color contains mainly: red. Hex color #D8264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8264B is #27D9B4. Grayscale: #5F5F5F. Windows color (decimal): -2611637 or 4925144. OLE color: 4925144.

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

Color convert

RGB 216 38 75 -
CMYK 0 0.82 0.65 0.15
HSL 347.53º 0.7% 0.5% -
HSV(B) 347.53º 0.82% 0.85% -
XYZ 30.28 16.49 8.24 -
YUV 95.44 116.47 213.99 -
System Red Green Blue C M Y K H S L
Decimal 216 38 75 0 0.82 0.65 0.15 347.53 0.7 0.5
Hex D8 26 4B 0 52 41 F 15C 46 32
Octal 330 46 113 0 122 101 17 534 106 62
Binary 11011000 100110 1001011 0 1010010 1000001 1111 101011100 1000110 110010

Color Harmonies of #D8264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8264B

Black with #D8264B

Text Example


Text Example

White with #D8264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8264B; }

 p { color: rgb(216,38,75); }

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

background-color css

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

 a { background-color: rgb(216,38,75); }

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

border-color css

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

 span { border-color: rgb(216,38,75); }

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