Html Css Color HEX #D75A51 Valencia

📋 copy color: '#D75A51'

red 215 ◦ green 90 ◦ blue 81

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

Shades of Valencia #D75A51

Tints of Valencia #D75A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.98%

R = 55.7%
G = 23.32%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D75A51 (or 0xD75A51) is known color: Valencia. HEX triplet: D7, 5A and 51. RGB value is (215,90,81). Sum of RGB (Red+Green+Blue) = 215+90+81=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A51 is #28A5AE. Grayscale: #7E7E7E. Windows color (decimal): -2663855 or 5331671. OLE color: 5331671.

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

Color convert

RGB 215 90 81 -
CMYK 0 0.58 0.62 0.16
HSL 4.03º 0.63% 0.58% -
HSV(B) 4.03º 0.62% 0.84% -
XYZ 33.17 22.35 10.35 -
YUV 126.35 102.41 191.23 -
System Red Green Blue C M Y K H S L
Decimal 215 90 81 0 0.58 0.62 0.16 4.03 0.63 0.58
Hex D7 5A 51 0 3A 3E 10 4 3F 3A
Octal 327 132 121 0 72 76 20 4 77 72
Binary 11010111 1011010 1010001 0 111010 111110 10000 100 111111 111010

Color Harmonies of #D75A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A51

Black with #D75A51

Text Example


Text Example

White with #D75A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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