Html Css Color HEX #DB414B Amaranth

📋 copy color: '#DB414B'

red 219 ◦ green 65 ◦ blue 75

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

Shades of Amaranth #DB414B

Tints of Amaranth #DB414B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

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

R = 61%
G = 18.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB414B (or 0xDB414B) is known color: Amaranth. HEX triplet: DB, 41 and 4B. RGB value is (219,65,75). Sum of RGB (Red+Green+Blue) = 219+65+75=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB414B is #24BEB4. Grayscale: #707070. Windows color (decimal): -2408117 or 4932059. OLE color: 4932059.

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

Color convert

RGB 219 65 75 -
CMYK 0 0.70 0.66 0.14
HSL 356.1º 0.68% 0.56% -
HSV(B) 356.1º 0.7% 0.86% -
XYZ 32.37 19.35 8.68 -
YUV 112.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 219 65 75 0 0.70 0.66 0.14 356.1 0.68 0.56
Hex DB 41 4B 0 46 42 E 164 44 38
Octal 333 101 113 0 106 102 16 544 104 70
Binary 11011011 1000001 1001011 0 1000110 1000010 1110 101100100 1000100 111000

Color Harmonies of #DB414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB414B

Black with #DB414B

Text Example


Text Example

White with #DB414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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