Html Css Color HEX #DA304B Amaranth

📋 copy color: '#DA304B'

red 218 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #DA304B

Tints of Amaranth #DA304B

RGB

 RED value IS 218 (85.55% from 255) = 63.93%

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

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

R = 63.93%
G = 14.08%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA304B (or 0xDA304B) is known color: Amaranth. HEX triplet: DA, 30 and 4B. RGB value is (218,48,75). Sum of RGB (Red+Green+Blue) = 218+48+75=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA304B is #25CFB4. Grayscale: #656565. Windows color (decimal): -2478005 or 4927706. OLE color: 4927706.

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

Color convert

RGB 218 48 75 -
CMYK 0 0.78 0.66 0.15
HSL 350.47º 0.7% 0.52% -
HSV(B) 350.47º 0.78% 0.85% -
XYZ 31.24 17.53 8.39 -
YUV 101.91 112.82 210.8 -
System Red Green Blue C M Y K H S L
Decimal 218 48 75 0 0.78 0.66 0.15 350.47 0.7 0.52
Hex DA 30 4B 0 4E 42 F 15E 46 34
Octal 332 60 113 0 116 102 17 536 106 64
Binary 11011010 110000 1001011 0 1001110 1000010 1111 101011110 1000110 110100

Color Harmonies of #DA304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA304B

Black with #DA304B

Text Example


Text Example

White with #DA304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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