Html Css Color HEX #D75346 Valencia

📋 copy color: '#D75346'

red 215 ◦ green 83 ◦ blue 70

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

Shades of Valencia #D75346

Tints of Valencia #D75346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.55%

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

R = 58.42%
G = 22.55%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D75346 (or 0xD75346) is known color: Valencia. HEX triplet: D7, 53 and 46. RGB value is (215,83,70). Sum of RGB (Red+Green+Blue) = 215+83+70=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D75346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75346 is #28ACB9. Grayscale: #797979. Windows color (decimal): -2665658 or 4608983. OLE color: 4608983.

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

Color convert

RGB 215 83 70 -
CMYK 0 0.61 0.67 0.16
HSL 5.38º 0.64% 0.56% -
HSV(B) 5.38º 0.67% 0.84% -
XYZ 32.22 21.08 8.16 -
YUV 120.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 215 83 70 0 0.61 0.67 0.16 5.38 0.64 0.56
Hex D7 53 46 0 3D 43 10 5 40 38
Octal 327 123 106 0 75 103 20 5 100 70
Binary 11010111 1010011 1000110 0 111101 1000011 10000 101 1000000 111000

Color Harmonies of #D75346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75346

Black with #D75346

Text Example


Text Example

White with #D75346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75346; }

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

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

background-color css

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

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

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

border-color css

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

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

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