Html Css Color HEX #DB264B Amaranth

📋 copy color: '#DB264B'

red 219 ◦ green 38 ◦ blue 75

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

Shades of Amaranth #DB264B

Tints of Amaranth #DB264B

RGB

 RED value IS 219 (85.94% from 255) = 65.96%

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

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

R = 65.96%
G = 11.45%
B = 22.59%

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

#DB264B (or 0xDB264B) is known color: Amaranth. HEX triplet: DB, 26 and 4B. RGB value is (219,38,75). Sum of RGB (Red+Green+Blue) = 219+38+75=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB264B is #24D9B4. Grayscale: #606060. Windows color (decimal): -2415029 or 4925147. OLE color: 4925147.

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

Color convert

RGB 219 38 75 -
CMYK 0 0.83 0.66 0.14
HSL 347.73º 0.72% 0.5% -
HSV(B) 347.73º 0.83% 0.86% -
XYZ 31.18 16.95 8.29 -
YUV 96.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 219 38 75 0 0.83 0.66 0.14 347.73 0.72 0.5
Hex DB 26 4B 0 53 42 E 15C 48 32
Octal 333 46 113 0 123 102 16 534 110 62
Binary 11011011 100110 1001011 0 1010011 1000010 1110 101011100 1001000 110010

Color Harmonies of #DB264B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB264B

Black with #DB264B

Text Example


Text Example

White with #DB264B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB264B; }

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

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

background-color css

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

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

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

border-color css

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

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

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