Html Css Color HEX #D7514B Valencia

📋 copy color: '#D7514B'

red 215 ◦ green 81 ◦ blue 75

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

Shades of Valencia #D7514B

Tints of Valencia #D7514B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

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

R = 57.95%
G = 21.83%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7514B (or 0xD7514B) is known color: Valencia. HEX triplet: D7, 51 and 4B. RGB value is (215,81,75). Sum of RGB (Red+Green+Blue) = 215+81+75=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D7514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7514B is #28AEB4. Grayscale: #787878. Windows color (decimal): -2666165 or 4936151. OLE color: 4936151.

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

Color convert

RGB 215 81 75 -
CMYK 0 0.62 0.65 0.16
HSL 2.57º 0.64% 0.57% -
HSV(B) 2.57º 0.65% 0.84% -
XYZ 32.24 20.84 8.98 -
YUV 120.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 215 81 75 0 0.62 0.65 0.16 2.57 0.64 0.57
Hex D7 51 4B 0 3E 41 10 3 40 39
Octal 327 121 113 0 76 101 20 3 100 71
Binary 11010111 1010001 1001011 0 111110 1000001 10000 11 1000000 111001

Color Harmonies of #D7514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7514B

Black with #D7514B

Text Example


Text Example

White with #D7514B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7514B; }

 p { color: rgb(215,81,75); }

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

background-color css

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

 a { background-color: rgb(215,81,75); }

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

border-color css

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

 span { border-color: rgb(215,81,75); }

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