Html Css Color HEX #DC274B Amaranth

📋 copy color: '#DC274B'

red 220 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #DC274B

Tints of Amaranth #DC274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.68%

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

R = 65.87%
G = 11.68%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC274B (or 0xDC274B) is known color: Amaranth. HEX triplet: DC, 27 and 4B. RGB value is (220,39,75). Sum of RGB (Red+Green+Blue) = 220+39+75=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC274B is #23D8B4. Grayscale: #616161. Windows color (decimal): -2349237 or 4925404. OLE color: 4925404.

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

Color convert

RGB 220 39 75 -
CMYK 0 0.82 0.66 0.14
HSL 348.07º 0.72% 0.51% -
HSV(B) 348.07º 0.82% 0.86% -
XYZ 31.51 17.17 8.31 -
YUV 97.22 115.47 215.57 -
System Red Green Blue C M Y K H S L
Decimal 220 39 75 0 0.82 0.66 0.14 348.07 0.72 0.51
Hex DC 27 4B 0 52 42 E 15C 48 33
Octal 334 47 113 0 122 102 16 534 110 63
Binary 11011100 100111 1001011 0 1010010 1000010 1110 101011100 1001000 110011

Color Harmonies of #DC274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC274B

Black with #DC274B

Text Example


Text Example

White with #DC274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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