Html Css Color HEX #D75A54 Valencia

📋 copy color: '#D75A54'

red 215 ◦ green 90 ◦ blue 84

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

Shades of Valencia #D75A54

Tints of Valencia #D75A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.59%

R = 55.27%
G = 23.14%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D75A54 (or 0xD75A54) is known color: Valencia. HEX triplet: D7, 5A and 54. RGB value is (215,90,84). Sum of RGB (Red+Green+Blue) = 215+90+84=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A54 is #28A5AB. Grayscale: #7E7E7E. Windows color (decimal): -2663852 or 5528279. OLE color: 5528279.

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

Color convert

RGB 215 90 84 -
CMYK 0 0.58 0.61 0.16
HSL 2.75º 0.62% 0.59% -
HSV(B) 2.75º 0.61% 0.84% -
XYZ 33.28 22.4 10.96 -
YUV 126.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 215 90 84 0 0.58 0.61 0.16 2.75 0.62 0.59
Hex D7 5A 54 0 3A 3D 10 3 3E 3B
Octal 327 132 124 0 72 75 20 3 76 73
Binary 11010111 1011010 1010100 0 111010 111101 10000 11 111110 111011

Color Harmonies of #D75A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A54

Black with #D75A54

Text Example


Text Example

White with #D75A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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