Html Css Color HEX #D75553 Valencia

📋 copy color: '#D75553'

red 215 ◦ green 85 ◦ blue 83

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

Shades of Valencia #D75553

Tints of Valencia #D75553

RGB

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

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

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

R = 56.14%
G = 22.19%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D75553 (or 0xD75553) is known color: Valencia. HEX triplet: D7, 55 and 53. RGB value is (215,85,83). Sum of RGB (Red+Green+Blue) = 215+85+83=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 83 (32.81% from 255 or 21.67% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D75553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75553 is #28AAAC. Grayscale: #7B7B7B. Windows color (decimal): -2665133 or 5461463. OLE color: 5461463.

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

Color convert

RGB 215 85 83 -
CMYK 0 0.60 0.61 0.16
HSL 0.91º 0.62% 0.58% -
HSV(B) 0.91º 0.61% 0.84% -
XYZ 32.83 21.57 10.62 -
YUV 123.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 215 85 83 0 0.60 0.61 0.16 0.91 0.62 0.58
Hex D7 55 53 0 3C 3D 10 1 3E 3A
Octal 327 125 123 0 74 75 20 1 76 72
Binary 11010111 1010101 1010011 0 111100 111101 10000 1 111110 111010

Color Harmonies of #D75553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75553

Black with #D75553

Text Example


Text Example

White with #D75553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75553; }

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

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

background-color css

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

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

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

border-color css

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

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

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