Html Css Color HEX #D05049 Valencia

📋 copy color: '#D05049'

red 208 ◦ green 80 ◦ blue 73

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

Shades of Valencia #D05049

Tints of Valencia #D05049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 57.62%
G = 22.16%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D05049 (or 0xD05049) is known color: Valencia. HEX triplet: D0, 50 and 49. RGB value is (208,80,73). Sum of RGB (Red+Green+Blue) = 208+80+73=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D05049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D05049 is #2FAFB6. Grayscale: #757575. Windows color (decimal): -3125175 or 4804816. OLE color: 4804816.

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

Color convert

RGB 208 80 73 -
CMYK 0 0.62 0.65 0.18
HSL 3.11º 0.59% 0.55% -
HSV(B) 3.11º 0.65% 0.82% -
XYZ 30.08 19.63 8.51 -
YUV 117.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 208 80 73 0 0.62 0.65 0.18 3.11 0.59 0.55
Hex D0 50 49 0 3E 41 12 3 3B 37
Octal 320 120 111 0 76 101 22 3 73 67
Binary 11010000 1010000 1001001 0 111110 1000001 10010 11 111011 110111

Color Harmonies of #D05049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05049

Black with #D05049

Text Example


Text Example

White with #D05049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05049; }

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

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

background-color css

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

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

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

border-color css

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

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

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