Html Css Color HEX #DC264B Amaranth

📋 copy color: '#DC264B'

red 220 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #DC264B

Tints of Amaranth #DC264B

RGB

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

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

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

R = 66.07%
G = 11.41%
B = 22.52%

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

#DC264B (or 0xDC264B) is known color: Amaranth. HEX triplet: DC, 26 and 4B. RGB value is (220,38,75). Sum of RGB (Red+Green+Blue) = 220+38+75=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC264B is #23D9B4. Grayscale: #606060. Windows color (decimal): -2349493 or 4925148. OLE color: 4925148.

HSL color Cylindrical-coordinate representation of color #DC264B: hue angle of 347.8º 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 #DC264B is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 38 75 -
CMYK 0 0.83 0.66 0.14
HSL 347.8º 0.72% 0.51% -
HSV(B) 347.8º 0.83% 0.86% -
XYZ 31.48 17.11 8.3 -
YUV 96.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 220 38 75 0 0.83 0.66 0.14 347.8 0.72 0.51
Hex DC 26 4B 0 53 42 E 15C 48 33
Octal 334 46 113 0 123 102 16 534 110 63
Binary 11011100 100110 1001011 0 1010011 1000010 1110 101011100 1001000 110011

Color Harmonies of #DC264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC264B

Black with #DC264B

Text Example


Text Example

White with #DC264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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