Html Css Color HEX #D15453 Valencia

📋 copy color: '#D15453'

red 209 ◦ green 84 ◦ blue 83

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

Shades of Valencia #D15453

Tints of Valencia #D15453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.07%

R = 55.59%
G = 22.34%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D15453 (or 0xD15453) is known color: Valencia. HEX triplet: D1, 54 and 53. RGB value is (209,84,83). Sum of RGB (Red+Green+Blue) = 209+84+83=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D15453 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D15453 is #2EABAC. Grayscale: #797979. Windows color (decimal): -3058605 or 5461201. OLE color: 5461201.

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

Color convert

RGB 209 84 83 -
CMYK 0 0.60 0.60 0.18
HSL 0.48º 0.58% 0.57% -
HSV(B) 0.48º 0.6% 0.82% -
XYZ 31.03 20.52 10.51 -
YUV 121.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 209 84 83 0 0.60 0.60 0.18 0.48 0.58 0.57
Hex D1 54 53 0 3C 3C 12 0 3A 39
Octal 321 124 123 0 74 74 22 0 72 71
Binary 11010001 1010100 1010011 0 111100 111100 10010 0 111010 111001

Color Harmonies of #D15453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15453

Black with #D15453

Text Example


Text Example

White with #D15453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15453; }

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

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

background-color css

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

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

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

border-color css

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

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

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