Html Css Color HEX #D0504F Valencia

📋 copy color: '#D0504F'

red 208 ◦ green 80 ◦ blue 79

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

Shades of Valencia #D0504F

Tints of Valencia #D0504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.53%

R = 56.68%
G = 21.8%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D0504F (or 0xD0504F) is known color: Valencia. HEX triplet: D0, 50 and 4F. RGB value is (208,80,79). Sum of RGB (Red+Green+Blue) = 208+80+79=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 79 (31.25% from 255 or 21.53% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D0504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0504F is #2FAFB0. Grayscale: #767676. Windows color (decimal): -3125169 or 5198032. OLE color: 5198032.

HSL color Cylindrical-coordinate representation of color #D0504F: hue angle of 0.47º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D0504F is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 80 79 -
CMYK 0 0.62 0.62 0.18
HSL 0.47º 0.58% 0.56% -
HSV(B) 0.47º 0.62% 0.82% -
XYZ 30.29 19.71 9.61 -
YUV 118.16 105.91 192.08 -
System Red Green Blue C M Y K H S L
Decimal 208 80 79 0 0.62 0.62 0.18 0.47 0.58 0.56
Hex D0 50 4F 0 3E 3E 12 0 3A 38
Octal 320 120 117 0 76 76 22 0 72 70
Binary 11010000 1010000 1001111 0 111110 111110 10010 0 111010 111000

Color Harmonies of #D0504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0504F

Black with #D0504F

Text Example


Text Example

White with #D0504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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