Html Css Color HEX #D8234B Amaranth

📋 copy color: '#D8234B'

red 216 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #D8234B

Tints of Amaranth #D8234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

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

R = 66.26%
G = 10.74%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8234B (or 0xD8234B) is known color: Amaranth. HEX triplet: D8, 23 and 4B. RGB value is (216,35,75). Sum of RGB (Red+Green+Blue) = 216+35+75=326 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.26% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 216 - color contains mainly: red. Hex color #D8234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8234B is #27DCB4. Grayscale: #5D5D5D. Windows color (decimal): -2612405 or 4924376. OLE color: 4924376.

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

Color convert

RGB 216 35 75 -
CMYK 0 0.84 0.65 0.15
HSL 346.74º 0.72% 0.49% -
HSV(B) 346.74º 0.84% 0.85% -
XYZ 30.19 16.31 8.21 -
YUV 93.68 117.47 215.25 -
System Red Green Blue C M Y K H S L
Decimal 216 35 75 0 0.84 0.65 0.15 346.74 0.72 0.49
Hex D8 23 4B 0 54 41 F 15B 48 31
Octal 330 43 113 0 124 101 17 533 110 61
Binary 11011000 100011 1001011 0 1010100 1000001 1111 101011011 1001000 110001

Color Harmonies of #D8234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8234B

Black with #D8234B

Text Example


Text Example

White with #D8234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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