Html Css Color HEX #D75E4D Valencia

📋 copy color: '#D75E4D'

red 215 ◦ green 94 ◦ blue 77

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

Shades of Valencia #D75E4D

Tints of Valencia #D75E4D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.35%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 55.7%
G = 24.35%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D75E4D (or 0xD75E4D) is known color: Valencia. HEX triplet: D7, 5E and 4D. RGB value is (215,94,77). Sum of RGB (Red+Green+Blue) = 215+94+77=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D75E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75E4D is #28A1B2. Grayscale: #808080. Windows color (decimal): -2662835 or 5070551. OLE color: 5070551.

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

Color convert

RGB 215 94 77 -
CMYK 0 0.56 0.64 0.16
HSL 7.39º 0.63% 0.57% -
HSV(B) 7.39º 0.64% 0.84% -
XYZ 33.37 22.99 9.7 -
YUV 128.24 99.09 189.88 -
System Red Green Blue C M Y K H S L
Decimal 215 94 77 0 0.56 0.64 0.16 7.39 0.63 0.57
Hex D7 5E 4D 0 38 40 10 7 3F 39
Octal 327 136 115 0 70 100 20 7 77 71
Binary 11010111 1011110 1001101 0 111000 1000000 10000 111 111111 111001

Color Harmonies of #D75E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75E4D

Black with #D75E4D

Text Example


Text Example

White with #D75E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75E4D; }

 p { color: rgb(215,94,77); }

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

background-color css

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

 a { background-color: rgb(215,94,77); }

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

border-color css

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

 span { border-color: rgb(215,94,77); }

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