Html Css Color HEX #D75644 Valencia

📋 copy color: '#D75644'

red 215 ◦ green 86 ◦ blue 68

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

Shades of Valencia #D75644

Tints of Valencia #D75644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

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

R = 58.27%
G = 23.31%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D75644 (or 0xD75644) is known color: Valencia. HEX triplet: D7, 56 and 44. RGB value is (215,86,68). Sum of RGB (Red+Green+Blue) = 215+86+68=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D75644 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75644 is #28A9BB. Grayscale: #7A7A7A. Windows color (decimal): -2664892 or 4478679. OLE color: 4478679.

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

Color convert

RGB 215 86 68 -
CMYK 0 0.6 0.68 0.16
HSL 7.35º 0.65% 0.55% -
HSV(B) 7.35º 0.68% 0.84% -
XYZ 32.4 21.52 7.92 -
YUV 122.52 97.24 193.96 -
System Red Green Blue C M Y K H S L
Decimal 215 86 68 0 0.6 0.68 0.16 7.35 0.65 0.55
Hex D7 56 44 0 3C 44 10 7 41 37
Octal 327 126 104 0 74 104 20 7 101 67
Binary 11010111 1010110 1000100 0 111100 1000100 10000 111 1000001 110111

Color Harmonies of #D75644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75644

Black with #D75644

Text Example


Text Example

White with #D75644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75644; }

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

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

background-color css

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

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

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

border-color css

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

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

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