Html Css Color HEX #D75946 Valencia

📋 copy color: '#D75946'

red 215 ◦ green 89 ◦ blue 70

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

Shades of Valencia #D75946

Tints of Valencia #D75946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.8%

 BLUE value IS 70 (27.73% from 255) = 18.72%

R = 57.49%
G = 23.8%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75946 (or 0xD75946) is known color: Valencia. HEX triplet: D7, 59 and 46. RGB value is (215,89,70). Sum of RGB (Red+Green+Blue) = 215+89+70=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D75946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75946 is #28A6B9. Grayscale: #7C7C7C. Windows color (decimal): -2664122 or 4610519. OLE color: 4610519.

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

Color convert

RGB 215 89 70 -
CMYK 0 0.59 0.67 0.16
HSL 7.86º 0.64% 0.56% -
HSV(B) 7.86º 0.67% 0.84% -
XYZ 32.7 22.03 8.32 -
YUV 124.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 215 89 70 0 0.59 0.67 0.16 7.86 0.64 0.56
Hex D7 59 46 0 3B 43 10 8 40 38
Octal 327 131 106 0 73 103 20 10 100 70
Binary 11010111 1011001 1000110 0 111011 1000011 10000 1000 1000000 111000

Color Harmonies of #D75946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75946

Black with #D75946

Text Example


Text Example

White with #D75946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75946; }

 p { color: rgb(215,89,70); }

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

background-color css

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

 a { background-color: rgb(215,89,70); }

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

border-color css

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

 span { border-color: rgb(215,89,70); }

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