Html Css Color HEX #D1584F Valencia

📋 copy color: '#D1584F'

red 209 ◦ green 88 ◦ blue 79

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

Shades of Valencia #D1584F

Tints of Valencia #D1584F

RGB

 RED value IS 209 (82.03% from 255) = 55.59%

 GREEN value IS 88 (34.77% from 255) = 23.4%

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

R = 55.59%
G = 23.4%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1584F (or 0xD1584F) is known color: Valencia. HEX triplet: D1, 58 and 4F. RGB value is (209,88,79). Sum of RGB (Red+Green+Blue) = 209+88+79=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D1584F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1584F is #2EA7B0. Grayscale: #7B7B7B. Windows color (decimal): -3057585 or 5200081. OLE color: 5200081.

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

Color convert

RGB 209 88 79 -
CMYK 0 0.58 0.62 0.18
HSL 4.15º 0.59% 0.56% -
HSV(B) 4.15º 0.62% 0.82% -
XYZ 31.2 21.1 9.83 -
YUV 123.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 209 88 79 0 0.58 0.62 0.18 4.15 0.59 0.56
Hex D1 58 4F 0 3A 3E 12 4 3B 38
Octal 321 130 117 0 72 76 22 4 73 70
Binary 11010001 1011000 1001111 0 111010 111110 10010 100 111011 111000

Color Harmonies of #D1584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1584F

Black with #D1584F

Text Example


Text Example

White with #D1584F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1584F; }

 p { color: rgb(209,88,79); }

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

background-color css

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

 a { background-color: rgb(209,88,79); }

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

border-color css

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

 span { border-color: rgb(209,88,79); }

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