Html Css Color HEX #D75653 Valencia

📋 copy color: '#D75653'

red 215 ◦ green 86 ◦ blue 83

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

Shades of Valencia #D75653

Tints of Valencia #D75653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.61%

R = 55.99%
G = 22.4%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D75653 (or 0xD75653) is known color: Valencia. HEX triplet: D7, 56 and 53. RGB value is (215,86,83). Sum of RGB (Red+Green+Blue) = 215+86+83=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 83 (32.81% from 255 or 21.61% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D75653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75653 is #28A9AC. Grayscale: #7C7C7C. Windows color (decimal): -2664877 or 5461719. OLE color: 5461719.

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

Color convert

RGB 215 86 83 -
CMYK 0 0.6 0.61 0.16
HSL 1.36º 0.62% 0.58% -
HSV(B) 1.36º 0.61% 0.84% -
XYZ 32.91 21.73 10.64 -
YUV 124.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 215 86 83 0 0.6 0.61 0.16 1.36 0.62 0.58
Hex D7 56 53 0 3C 3D 10 1 3E 3A
Octal 327 126 123 0 74 75 20 1 76 72
Binary 11010111 1010110 1010011 0 111100 111101 10000 1 111110 111010

Color Harmonies of #D75653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75653

Black with #D75653

Text Example


Text Example

White with #D75653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75653; }

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

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

background-color css

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

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

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

border-color css

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

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

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