Html Css Color HEX #D75544 Valencia

📋 copy color: '#D75544'

red 215 ◦ green 85 ◦ blue 68

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

Shades of Valencia #D75544

Tints of Valencia #D75544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 58.42%
G = 23.1%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D75544 (or 0xD75544) is known color: Valencia. HEX triplet: D7, 55 and 44. RGB value is (215,85,68). Sum of RGB (Red+Green+Blue) = 215+85+68=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D75544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75544 is #28AABB. Grayscale: #7A7A7A. Windows color (decimal): -2665148 or 4478423. OLE color: 4478423.

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

Color convert

RGB 215 85 68 -
CMYK 0 0.60 0.68 0.16
HSL 6.94º 0.65% 0.55% -
HSV(B) 6.94º 0.68% 0.84% -
XYZ 32.32 21.36 7.89 -
YUV 121.93 97.57 194.38 -
System Red Green Blue C M Y K H S L
Decimal 215 85 68 0 0.60 0.68 0.16 6.94 0.65 0.55
Hex D7 55 44 0 3C 44 10 7 41 37
Octal 327 125 104 0 74 104 20 7 101 67
Binary 11010111 1010101 1000100 0 111100 1000100 10000 111 1000001 110111

Color Harmonies of #D75544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75544

Black with #D75544

Text Example


Text Example

White with #D75544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75544; }

 p { color: rgb(215,85,68); }

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

background-color css

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

 a { background-color: rgb(215,85,68); }

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

border-color css

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

 span { border-color: rgb(215,85,68); }

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