Html Css Color HEX #D15452 Valencia

📋 copy color: '#D15452'

red 209 ◦ green 84 ◦ blue 82

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

Shades of Valencia #D15452

Tints of Valencia #D15452

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.4%

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

R = 55.73%
G = 22.4%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D15452 (or 0xD15452) is known color: Valencia. HEX triplet: D1, 54 and 52. RGB value is (209,84,82). Sum of RGB (Red+Green+Blue) = 209+84+82=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D15452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15452 is #2EABAD. Grayscale: #797979. Windows color (decimal): -3058606 or 5395665. OLE color: 5395665.

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

Color convert

RGB 209 84 82 -
CMYK 0 0.60 0.61 0.18
HSL 0.94º 0.58% 0.57% -
HSV(B) 0.94º 0.61% 0.82% -
XYZ 30.99 20.51 10.31 -
YUV 121.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 209 84 82 0 0.60 0.61 0.18 0.94 0.58 0.57
Hex D1 54 52 0 3C 3D 12 1 3A 39
Octal 321 124 122 0 74 75 22 1 72 71
Binary 11010001 1010100 1010010 0 111100 111101 10010 1 111010 111001

Color Harmonies of #D15452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15452

Black with #D15452

Text Example


Text Example

White with #D15452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15452; }

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

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

background-color css

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

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

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

border-color css

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

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

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