Html Css Color HEX #D15D52 Valencia

📋 copy color: '#D15D52'

red 209 ◦ green 93 ◦ blue 82

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

Shades of Valencia #D15D52

Tints of Valencia #D15D52

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 82 (32.42% from 255) = 21.35%

R = 54.43%
G = 24.22%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D15D52 (or 0xD15D52) is known color: Valencia. HEX triplet: D1, 5D and 52. RGB value is (209,93,82). Sum of RGB (Red+Green+Blue) = 209+93+82=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15D52 is #2EA2AD. Grayscale: #7E7E7E. Windows color (decimal): -3056302 or 5397969. OLE color: 5397969.

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

Color convert

RGB 209 93 82 -
CMYK 0 0.56 0.61 0.18
HSL 5.2º 0.58% 0.57% -
HSV(B) 5.2º 0.61% 0.82% -
XYZ 31.73 21.99 10.56 -
YUV 126.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 209 93 82 0 0.56 0.61 0.18 5.2 0.58 0.57
Hex D1 5D 52 0 38 3D 12 5 3A 39
Octal 321 135 122 0 70 75 22 5 72 71
Binary 11010001 1011101 1010010 0 111000 111101 10010 101 111010 111001

Color Harmonies of #D15D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15D52

Black with #D15D52

Text Example


Text Example

White with #D15D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15D52; }

 p { color: rgb(209,93,82); }

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

background-color css

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

 a { background-color: rgb(209,93,82); }

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

border-color css

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

 span { border-color: rgb(209,93,82); }

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