Html Css Color HEX #D7504A Valencia

📋 copy color: '#D7504A'

red 215 ◦ green 80 ◦ blue 74

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

Shades of Valencia #D7504A

Tints of Valencia #D7504A

RGB

 RED value IS 215 (84.38% from 255) = 58.27%

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

 BLUE value IS 74 (29.3% from 255) = 20.05%

R = 58.27%
G = 21.68%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D7504A (or 0xD7504A) is known color: Valencia. HEX triplet: D7, 50 and 4A. RGB value is (215,80,74). Sum of RGB (Red+Green+Blue) = 215+80+74=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 80 (31.64% from 255 or 21.68% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D7504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7504A is #28AFB5. Grayscale: #777777. Windows color (decimal): -2666422 or 4870359. OLE color: 4870359.

HSL color Cylindrical-coordinate representation of color #D7504A: hue angle of 2.55º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D7504A is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 74 -
CMYK 0 0.63 0.66 0.16
HSL 2.55º 0.64% 0.57% -
HSV(B) 2.55º 0.66% 0.84% -
XYZ 32.13 20.68 8.78 -
YUV 119.68 102.23 195.99 -
System Red Green Blue C M Y K H S L
Decimal 215 80 74 0 0.63 0.66 0.16 2.55 0.64 0.57
Hex D7 50 4A 0 3F 42 10 3 40 39
Octal 327 120 112 0 77 102 20 3 100 71
Binary 11010111 1010000 1001010 0 111111 1000010 10000 11 1000000 111001

Color Harmonies of #D7504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7504A

Black with #D7504A

Text Example


Text Example

White with #D7504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7504A; }

 p { color: rgb(215,80,74); }

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

background-color css

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

 a { background-color: rgb(215,80,74); }

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

border-color css

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

 span { border-color: rgb(215,80,74); }

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