Html Css Color HEX #D1524B Valencia

📋 copy color: '#D1524B'

red 209 ◦ green 82 ◦ blue 75

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

Shades of Valencia #D1524B

Tints of Valencia #D1524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.4%

 BLUE value IS 75 (29.69% from 255) = 20.49%

R = 57.1%
G = 22.4%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1524B (or 0xD1524B) is known color: Valencia. HEX triplet: D1, 52 and 4B. RGB value is (209,82,75). Sum of RGB (Red+Green+Blue) = 209+82+75=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1524B is #2EADB4. Grayscale: #777777. Windows color (decimal): -3059125 or 4936401. OLE color: 4936401.

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

Color convert

RGB 209 82 75 -
CMYK 0 0.61 0.64 0.18
HSL 3.13º 0.59% 0.56% -
HSV(B) 3.13º 0.64% 0.82% -
XYZ 30.58 20.1 8.92 -
YUV 119.18 103.08 192.07 -
System Red Green Blue C M Y K H S L
Decimal 209 82 75 0 0.61 0.64 0.18 3.13 0.59 0.56
Hex D1 52 4B 0 3D 40 12 3 3B 38
Octal 321 122 113 0 75 100 22 3 73 70
Binary 11010001 1010010 1001011 0 111101 1000000 10010 11 111011 111000

Color Harmonies of #D1524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1524B

Black with #D1524B

Text Example


Text Example

White with #D1524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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