Html Css Color HEX #D15548 Valencia

📋 copy color: '#D15548'

red 209 ◦ green 85 ◦ blue 72

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

Shades of Valencia #D15548

Tints of Valencia #D15548

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 72 (28.52% from 255) = 19.67%

R = 57.1%
G = 23.22%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D15548 (or 0xD15548) is known color: Valencia. HEX triplet: D1, 55 and 48. RGB value is (209,85,72). Sum of RGB (Red+Green+Blue) = 209+85+72=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D15548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15548 is #2EAAB7. Grayscale: #787878. Windows color (decimal): -3058360 or 4740561. OLE color: 4740561.

HSL color Cylindrical-coordinate representation of color #D15548: hue angle of 5.69º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D15548 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 85 72 -
CMYK 0 0.59 0.66 0.18
HSL 5.69º 0.6% 0.55% -
HSV(B) 5.69º 0.66% 0.82% -
XYZ 30.71 20.52 8.47 -
YUV 120.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 209 85 72 0 0.59 0.66 0.18 5.69 0.6 0.55
Hex D1 55 48 0 3B 42 12 6 3C 37
Octal 321 125 110 0 73 102 22 6 74 67
Binary 11010001 1010101 1001000 0 111011 1000010 10010 110 111100 110111

Color Harmonies of #D15548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15548

Black with #D15548

Text Example


Text Example

White with #D15548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15548; }

 p { color: rgb(209,85,72); }

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

background-color css

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

 a { background-color: rgb(209,85,72); }

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

border-color css

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

 span { border-color: rgb(209,85,72); }

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