Html Css Color HEX #DC264A Amaranth

📋 copy color: '#DC264A'

red 220 ◦ green 38 ◦ blue 74

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

Shades of Amaranth #DC264A

Tints of Amaranth #DC264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.29%

R = 66.27%
G = 11.45%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC264A (or 0xDC264A) is known color: Amaranth. HEX triplet: DC, 26 and 4A. RGB value is (220,38,74). Sum of RGB (Red+Green+Blue) = 220+38+74=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC264A is #23D9B5. Grayscale: #606060. Windows color (decimal): -2349494 or 4859612. OLE color: 4859612.

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

Color convert

RGB 220 38 74 -
CMYK 0 0.83 0.66 0.14
HSL 348.13º 0.72% 0.51% -
HSV(B) 348.13º 0.83% 0.86% -
XYZ 31.44 17.1 8.12 -
YUV 96.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 220 38 74 0 0.83 0.66 0.14 348.13 0.72 0.51
Hex DC 26 4A 0 53 42 E 15C 48 33
Octal 334 46 112 0 123 102 16 534 110 63
Binary 11011100 100110 1001010 0 1010011 1000010 1110 101011100 1001000 110011

Color Harmonies of #DC264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC264A

Black with #DC264A

Text Example


Text Example

White with #DC264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC264A; }

 p { color: rgb(220,38,74); }

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

background-color css

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

 a { background-color: rgb(220,38,74); }

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

border-color css

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

 span { border-color: rgb(220,38,74); }

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