Html Css Color HEX #D75445 Valencia

📋 copy color: '#D75445'

red 215 ◦ green 84 ◦ blue 69

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

Shades of Valencia #D75445

Tints of Valencia #D75445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.83%

 BLUE value IS 69 (27.34% from 255) = 18.75%

R = 58.42%
G = 22.83%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D75445 (or 0xD75445) is known color: Valencia. HEX triplet: D7, 54 and 45. RGB value is (215,84,69). Sum of RGB (Red+Green+Blue) = 215+84+69=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 69 (27.34% from 255 or 18.75% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D75445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75445 is #28ABBA. Grayscale: #797979. Windows color (decimal): -2665403 or 4543703. OLE color: 4543703.

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

Color convert

RGB 215 84 69 -
CMYK 0 0.61 0.68 0.16
HSL 6.16º 0.65% 0.56% -
HSV(B) 6.16º 0.68% 0.84% -
XYZ 32.27 21.22 8.02 -
YUV 121.46 98.4 194.72 -
System Red Green Blue C M Y K H S L
Decimal 215 84 69 0 0.61 0.68 0.16 6.16 0.65 0.56
Hex D7 54 45 0 3D 44 10 6 41 38
Octal 327 124 105 0 75 104 20 6 101 70
Binary 11010111 1010100 1000101 0 111101 1000100 10000 110 1000001 111000

Color Harmonies of #D75445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75445

Black with #D75445

Text Example


Text Example

White with #D75445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75445; }

 p { color: rgb(215,84,69); }

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

background-color css

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

 a { background-color: rgb(215,84,69); }

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

border-color css

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

 span { border-color: rgb(215,84,69); }

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