Html Css Color HEX #DC234B Amaranth

📋 copy color: '#DC234B'

red 220 ◦ green 35 ◦ blue 75

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

Shades of Amaranth #DC234B

Tints of Amaranth #DC234B

RGB

 RED value IS 220 (86.33% from 255) = 66.67%

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

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

R = 66.67%
G = 10.61%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC234B (or 0xDC234B) is known color: Amaranth. HEX triplet: DC, 23 and 4B. RGB value is (220,35,75). Sum of RGB (Red+Green+Blue) = 220+35+75=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC234B is #23DCB4. Grayscale: #5E5E5E. Windows color (decimal): -2350261 or 4924380. OLE color: 4924380.

HSL color Cylindrical-coordinate representation of color #DC234B: hue angle of 347.03º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC234B is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 35 75 -
CMYK 0 0.84 0.66 0.14
HSL 347.03º 0.73% 0.5% -
HSV(B) 347.03º 0.84% 0.86% -
XYZ 31.39 16.93 8.27 -
YUV 94.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 220 35 75 0 0.84 0.66 0.14 347.03 0.73 0.5
Hex DC 23 4B 0 54 42 E 15B 49 32
Octal 334 43 113 0 124 102 16 533 111 62
Binary 11011100 100011 1001011 0 1010100 1000010 1110 101011011 1001001 110010

Color Harmonies of #DC234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC234B

Black with #DC234B

Text Example


Text Example

White with #DC234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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