Html Css Color HEX #DA274B Amaranth

📋 copy color: '#DA274B'

red 218 ◦ green 39 ◦ blue 75

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

Shades of Amaranth #DA274B

Tints of Amaranth #DA274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.75%

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

R = 65.66%
G = 11.75%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA274B (or 0xDA274B) is known color: Amaranth. HEX triplet: DA, 27 and 4B. RGB value is (218,39,75). Sum of RGB (Red+Green+Blue) = 218+39+75=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA274B is #25D8B4. Grayscale: #606060. Windows color (decimal): -2480309 or 4925402. OLE color: 4925402.

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

Color convert

RGB 218 39 75 -
CMYK 0 0.82 0.66 0.15
HSL 347.93º 0.71% 0.5% -
HSV(B) 347.93º 0.82% 0.85% -
XYZ 30.91 16.86 8.28 -
YUV 96.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 218 39 75 0 0.82 0.66 0.15 347.93 0.71 0.5
Hex DA 27 4B 0 52 42 F 15C 47 32
Octal 332 47 113 0 122 102 17 534 107 62
Binary 11011010 100111 1001011 0 1010010 1000010 1111 101011100 1000111 110010

Color Harmonies of #DA274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA274B

Black with #DA274B

Text Example


Text Example

White with #DA274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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