Html Css Color HEX #D0504D Valencia

📋 copy color: '#D0504D'

red 208 ◦ green 80 ◦ blue 77

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

Shades of Valencia #D0504D

Tints of Valencia #D0504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.1%

R = 56.99%
G = 21.92%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D0504D (or 0xD0504D) is known color: Valencia. HEX triplet: D0, 50 and 4D. RGB value is (208,80,77). Sum of RGB (Red+Green+Blue) = 208+80+77=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D0504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0504D is #2FAFB2. Grayscale: #767676. Windows color (decimal): -3125171 or 5066960. OLE color: 5066960.

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

Color convert

RGB 208 80 77 -
CMYK 0 0.62 0.63 0.18
HSL 1.37º 0.58% 0.56% -
HSV(B) 1.37º 0.63% 0.82% -
XYZ 30.22 19.68 9.23 -
YUV 117.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 208 80 77 0 0.62 0.63 0.18 1.37 0.58 0.56
Hex D0 50 4D 0 3E 3F 12 1 3A 38
Octal 320 120 115 0 76 77 22 1 72 70
Binary 11010000 1010000 1001101 0 111110 111111 10010 1 111010 111000

Color Harmonies of #D0504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0504D

Black with #D0504D

Text Example


Text Example

White with #D0504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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