Html Css Color HEX #D04D49 Valencia

📋 copy color: '#D04D49'

red 208 ◦ green 77 ◦ blue 73

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

Shades of Valencia #D04D49

Tints of Valencia #D04D49

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

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

R = 58.1%
G = 21.51%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D04D49 (or 0xD04D49) is known color: Valencia. HEX triplet: D0, 4D and 49. RGB value is (208,77,73). Sum of RGB (Red+Green+Blue) = 208+77+73=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D04D49 is #2FB2B6. Grayscale: #737373. Windows color (decimal): -3125943 or 4804048. OLE color: 4804048.

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

Color convert

RGB 208 77 73 -
CMYK 0 0.63 0.65 0.18
HSL 1.78º 0.59% 0.55% -
HSV(B) 1.78º 0.65% 0.82% -
XYZ 29.87 19.2 8.43 -
YUV 115.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 208 77 73 0 0.63 0.65 0.18 1.78 0.59 0.55
Hex D0 4D 49 0 3F 41 12 2 3B 37
Octal 320 115 111 0 77 101 22 2 73 67
Binary 11010000 1001101 1001001 0 111111 1000001 10010 10 111011 110111

Color Harmonies of #D04D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04D49

Black with #D04D49

Text Example


Text Example

White with #D04D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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