Html Css Color HEX #D75A4C Valencia

📋 copy color: '#D75A4C'

red 215 ◦ green 90 ◦ blue 76

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

Shades of Valencia #D75A4C

Tints of Valencia #D75A4C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.62%

 BLUE value IS 76 (30.08% from 255) = 19.95%

R = 56.43%
G = 23.62%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D75A4C (or 0xD75A4C) is known color: Valencia. HEX triplet: D7, 5A and 4C. RGB value is (215,90,76). Sum of RGB (Red+Green+Blue) = 215+90+76=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 76 (30.08% from 255 or 19.95% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75A4C is #28A5B3. Grayscale: #7D7D7D. Windows color (decimal): -2663860 or 5003991. OLE color: 5003991.

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

Color convert

RGB 215 90 76 -
CMYK 0 0.58 0.65 0.16
HSL 6.04º 0.63% 0.57% -
HSV(B) 6.04º 0.65% 0.84% -
XYZ 32.99 22.28 9.4 -
YUV 125.78 99.91 191.64 -
System Red Green Blue C M Y K H S L
Decimal 215 90 76 0 0.58 0.65 0.16 6.04 0.63 0.57
Hex D7 5A 4C 0 3A 41 10 6 3F 39
Octal 327 132 114 0 72 101 20 6 77 71
Binary 11010111 1011010 1001100 0 111010 1000001 10000 110 111111 111001

Color Harmonies of #D75A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A4C

Black with #D75A4C

Text Example


Text Example

White with #D75A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A4C; }

 p { color: rgb(215,90,76); }

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

background-color css

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

 a { background-color: rgb(215,90,76); }

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

border-color css

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

 span { border-color: rgb(215,90,76); }

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