Html Css Color HEX #D15952 Valencia

📋 copy color: '#D15952'

red 209 ◦ green 89 ◦ blue 82

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

Shades of Valencia #D15952

Tints of Valencia #D15952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.42%

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

R = 55%
G = 23.42%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D15952 (or 0xD15952) is known color: Valencia. HEX triplet: D1, 59 and 52. RGB value is (209,89,82). Sum of RGB (Red+Green+Blue) = 209+89+82=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D15952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15952 is #2EA6AD. Grayscale: #7C7C7C. Windows color (decimal): -3057326 or 5396945. OLE color: 5396945.

HSL color Cylindrical-coordinate representation of color #D15952: hue angle of 3.31º 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 #D15952 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 89 82 -
CMYK 0 0.57 0.61 0.18
HSL 3.31º 0.58% 0.57% -
HSV(B) 3.31º 0.61% 0.82% -
XYZ 31.39 21.31 10.44 -
YUV 124.08 104.26 188.57 -
System Red Green Blue C M Y K H S L
Decimal 209 89 82 0 0.57 0.61 0.18 3.31 0.58 0.57
Hex D1 59 52 0 39 3D 12 3 3A 39
Octal 321 131 122 0 71 75 22 3 72 71
Binary 11010001 1011001 1010010 0 111001 111101 10010 11 111010 111001

Color Harmonies of #D15952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15952

Black with #D15952

Text Example


Text Example

White with #D15952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15952; }

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

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

background-color css

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

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

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

border-color css

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

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

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