Html Css Color HEX #DB304B Amaranth

📋 copy color: '#DB304B'

red 219 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #DB304B

Tints of Amaranth #DB304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.04%

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

R = 64.04%
G = 14.04%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB304B (or 0xDB304B) is known color: Amaranth. HEX triplet: DB, 30 and 4B. RGB value is (219,48,75). Sum of RGB (Red+Green+Blue) = 219+48+75=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB304B is #24CFB4. Grayscale: #666666. Windows color (decimal): -2412469 or 4927707. OLE color: 4927707.

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

Color convert

RGB 219 48 75 -
CMYK 0 0.78 0.66 0.14
HSL 350.53º 0.7% 0.52% -
HSV(B) 350.53º 0.78% 0.86% -
XYZ 31.54 17.68 8.41 -
YUV 102.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 219 48 75 0 0.78 0.66 0.14 350.53 0.7 0.52
Hex DB 30 4B 0 4E 42 E 15F 46 34
Octal 333 60 113 0 116 102 16 537 106 64
Binary 11011011 110000 1001011 0 1001110 1000010 1110 101011111 1000110 110100

Color Harmonies of #DB304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB304B

Black with #DB304B

Text Example


Text Example

White with #DB304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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