Html Css Color HEX #D75046 Valencia

📋 copy color: '#D75046'

red 215 ◦ green 80 ◦ blue 70

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

Shades of Valencia #D75046

Tints of Valencia #D75046

RGB

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

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

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

R = 58.9%
G = 21.92%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75046 (or 0xD75046) is known color: Valencia. HEX triplet: D7, 50 and 46. RGB value is (215,80,70). Sum of RGB (Red+Green+Blue) = 215+80+70=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 70 (27.73% from 255 or 19.18% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D75046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75046 is #28AFB9. Grayscale: #777777. Windows color (decimal): -2666426 or 4608215. OLE color: 4608215.

HSL color Cylindrical-coordinate representation of color #D75046: hue angle of 4.14º 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 #D75046 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 70 -
CMYK 0 0.63 0.67 0.16
HSL 4.14º 0.64% 0.56% -
HSV(B) 4.14º 0.67% 0.84% -
XYZ 32 20.63 8.09 -
YUV 119.23 100.23 196.31 -
System Red Green Blue C M Y K H S L
Decimal 215 80 70 0 0.63 0.67 0.16 4.14 0.64 0.56
Hex D7 50 46 0 3F 43 10 4 40 38
Octal 327 120 106 0 77 103 20 4 100 70
Binary 11010111 1010000 1000110 0 111111 1000011 10000 100 1000000 111000

Color Harmonies of #D75046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75046

Black with #D75046

Text Example


Text Example

White with #D75046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75046; }

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

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

background-color css

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

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

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

border-color css

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

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

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