Html Css Color HEX #D1504B Valencia

📋 copy color: '#D1504B'

red 209 ◦ green 80 ◦ blue 75

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

Shades of Valencia #D1504B

Tints of Valencia #D1504B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

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

R = 57.42%
G = 21.98%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D1504B (or 0xD1504B) is known color: Valencia. HEX triplet: D1, 50 and 4B. RGB value is (209,80,75). Sum of RGB (Red+Green+Blue) = 209+80+75=364 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.42% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 209 - color contains mainly: red. Hex color #D1504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1504B is #2EAFB4. Grayscale: #767676. Windows color (decimal): -3059637 or 4935889. OLE color: 4935889.

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

Color convert

RGB 209 80 75 -
CMYK 0 0.62 0.64 0.18
HSL 2.24º 0.59% 0.56% -
HSV(B) 2.24º 0.64% 0.82% -
XYZ 30.43 19.8 8.87 -
YUV 118 103.74 192.91 -
System Red Green Blue C M Y K H S L
Decimal 209 80 75 0 0.62 0.64 0.18 2.24 0.59 0.56
Hex D1 50 4B 0 3E 40 12 2 3B 38
Octal 321 120 113 0 76 100 22 2 73 70
Binary 11010001 1010000 1001011 0 111110 1000000 10010 10 111011 111000

Color Harmonies of #D1504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1504B

Black with #D1504B

Text Example


Text Example

White with #D1504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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