Html Css Color HEX #D04349 Mandy

📋 copy color: '#D04349'

red 208 ◦ green 67 ◦ blue 73

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

Shades of Mandy #D04349

Tints of Mandy #D04349

RGB

 RED value IS 208 (81.64% from 255) = 59.77%

 GREEN value IS 67 (26.56% from 255) = 19.25%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 59.77%
G = 19.25%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D04349 (or 0xD04349) is known color: Mandy. HEX triplet: D0, 43 and 49. RGB value is (208,67,73). Sum of RGB (Red+Green+Blue) = 208+67+73=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D04349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04349 is #2FBCB6. Grayscale: #6D6D6D. Windows color (decimal): -3128503 or 4801488. OLE color: 4801488.

HSL color Cylindrical-coordinate representation of color #D04349: hue angle of 357.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04349 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 73 -
CMYK 0 0.68 0.65 0.18
HSL 357.45º 0.6% 0.54% -
HSV(B) 357.45º 0.68% 0.82% -
XYZ 29.22 17.91 8.22 -
YUV 109.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 208 67 73 0 0.68 0.65 0.18 357.45 0.6 0.54
Hex D0 43 49 0 44 41 12 165 3C 36
Octal 320 103 111 0 104 101 22 545 74 66
Binary 11010000 1000011 1001001 0 1000100 1000001 10010 101100101 111100 110110

Color Harmonies of #D04349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04349

Black with #D04349

Text Example


Text Example

White with #D04349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04349; }

 p { color: rgb(208,67,73); }

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

background-color css

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

 a { background-color: rgb(208,67,73); }

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

border-color css

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

 span { border-color: rgb(208,67,73); }

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