Html Css Color HEX #D4234B Amaranth

📋 copy color: '#D4234B'

red 212 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #D4234B

Tints of Amaranth #D4234B

RGB

 RED value IS 212 (83.2% from 255) = 65.84%

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

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

R = 65.84%
G = 10.87%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#D4234B (or 0xD4234B) is known color: Amaranth. HEX triplet: D4, 23 and 4B. RGB value is (212,35,75). Sum of RGB (Red+Green+Blue) = 212+35+75=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4234B is #2BDCB4. Grayscale: #5C5C5C. Windows color (decimal): -2874549 or 4924372. OLE color: 4924372.

HSL color Cylindrical-coordinate representation of color #D4234B: hue angle of 346.44º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4234B is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 35 75 -
CMYK 0 0.83 0.65 0.17
HSL 346.44º 0.72% 0.48% -
HSV(B) 346.44º 0.83% 0.83% -
XYZ 29.02 15.71 8.16 -
YUV 92.48 118.14 213.25 -
System Red Green Blue C M Y K H S L
Decimal 212 35 75 0 0.83 0.65 0.17 346.44 0.72 0.48
Hex D4 23 4B 0 53 41 11 15A 48 30
Octal 324 43 113 0 123 101 21 532 110 60
Binary 11010100 100011 1001011 0 1010011 1000001 10001 101011010 1001000 110000

Color Harmonies of #D4234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4234B

Black with #D4234B

Text Example


Text Example

White with #D4234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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