Html Css Color HEX #D75449 Valencia

📋 copy color: '#D75449'

red 215 ◦ green 84 ◦ blue 73

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

Shades of Valencia #D75449

Tints of Valencia #D75449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.62%

R = 57.8%
G = 22.58%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D75449 (or 0xD75449) is known color: Valencia. HEX triplet: D7, 54 and 49. RGB value is (215,84,73). Sum of RGB (Red+Green+Blue) = 215+84+73=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D75449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75449 is #28ABB6. Grayscale: #7A7A7A. Windows color (decimal): -2665399 or 4805847. OLE color: 4805847.

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

Color convert

RGB 215 84 73 -
CMYK 0 0.61 0.66 0.16
HSL 4.65º 0.64% 0.56% -
HSV(B) 4.65º 0.66% 0.84% -
XYZ 32.4 21.27 8.7 -
YUV 121.92 100.4 194.39 -
System Red Green Blue C M Y K H S L
Decimal 215 84 73 0 0.61 0.66 0.16 4.65 0.64 0.56
Hex D7 54 49 0 3D 42 10 5 40 38
Octal 327 124 111 0 75 102 20 5 100 70
Binary 11010111 1010100 1001001 0 111101 1000010 10000 101 1000000 111000

Color Harmonies of #D75449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75449

Black with #D75449

Text Example


Text Example

White with #D75449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75449; }

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

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

background-color css

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

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

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

border-color css

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

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

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