Html Css Color HEX #D05749 Valencia

📋 copy color: '#D05749'

red 208 ◦ green 87 ◦ blue 73

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

Shades of Valencia #D05749

Tints of Valencia #D05749

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.64%

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

R = 56.52%
G = 23.64%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D05749 (or 0xD05749) is known color: Valencia. HEX triplet: D0, 57 and 49. RGB value is (208,87,73). Sum of RGB (Red+Green+Blue) = 208+87+73=368 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.52% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 208 - color contains mainly: red. Hex color #D05749 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05749 is #2FA8B6. Grayscale: #797979. Windows color (decimal): -3123383 or 4806608. OLE color: 4806608.

HSL color Cylindrical-coordinate representation of color #D05749: hue angle of 6.22º 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 #D05749 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 87 73 -
CMYK 0 0.58 0.65 0.18
HSL 6.22º 0.59% 0.55% -
HSV(B) 6.22º 0.65% 0.82% -
XYZ 30.62 20.71 8.69 -
YUV 121.58 100.59 189.64 -
System Red Green Blue C M Y K H S L
Decimal 208 87 73 0 0.58 0.65 0.18 6.22 0.59 0.55
Hex D0 57 49 0 3A 41 12 6 3B 37
Octal 320 127 111 0 72 101 22 6 73 67
Binary 11010000 1010111 1001001 0 111010 1000001 10010 110 111011 110111

Color Harmonies of #D05749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05749

Black with #D05749

Text Example


Text Example

White with #D05749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05749; }

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

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

background-color css

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

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

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

border-color css

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

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

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