Html Css Color HEX #D1584D Valencia

📋 copy color: '#D1584D'

red 209 ◦ green 88 ◦ blue 77

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

Shades of Valencia #D1584D

Tints of Valencia #D1584D

RGB

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

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

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

R = 55.88%
G = 23.53%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1584D (or 0xD1584D) is known color: Valencia. HEX triplet: D1, 58 and 4D. RGB value is (209,88,77). Sum of RGB (Red+Green+Blue) = 209+88+77=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1584D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1584D is #2EA7B2. Grayscale: #7B7B7B. Windows color (decimal): -3057587 or 5069009. OLE color: 5069009.

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

Color convert

RGB 209 88 77 -
CMYK 0 0.58 0.63 0.18
HSL 0.59% 0.56% -
HSV(B) 0.63% 0.82% -
XYZ 31.12 21.07 9.45 -
YUV 122.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 209 88 77 0 0.58 0.63 0.18 5 0.59 0.56
Hex D1 58 4D 0 3A 3F 12 5 3B 38
Octal 321 130 115 0 72 77 22 5 73 70
Binary 11010001 1011000 1001101 0 111010 111111 10010 101 111011 111000

Color Harmonies of #D1584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1584D

Black with #D1584D

Text Example


Text Example

White with #D1584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1584D; }

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

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

background-color css

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

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

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

border-color css

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

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

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