Html Css Color HEX #D75F51 Valencia

📋 copy color: '#D75F51'

red 215 ◦ green 95 ◦ blue 81

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

Shades of Valencia #D75F51

Tints of Valencia #D75F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.3%

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

R = 54.99%
G = 24.3%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D75F51 (or 0xD75F51) is known color: Valencia. HEX triplet: D7, 5F and 51. RGB value is (215,95,81). Sum of RGB (Red+Green+Blue) = 215+95+81=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F51 is #28A0AE. Grayscale: #818181. Windows color (decimal): -2662575 or 5332951. OLE color: 5332951.

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

Color convert

RGB 215 95 81 -
CMYK 0 0.56 0.62 0.16
HSL 6.27º 0.63% 0.58% -
HSV(B) 6.27º 0.62% 0.84% -
XYZ 33.6 23.23 10.5 -
YUV 129.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 215 95 81 0 0.56 0.62 0.16 6.27 0.63 0.58
Hex D7 5F 51 0 38 3E 10 6 3F 3A
Octal 327 137 121 0 70 76 20 6 77 72
Binary 11010111 1011111 1010001 0 111000 111110 10000 110 111111 111010

Color Harmonies of #D75F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F51

Black with #D75F51

Text Example


Text Example

White with #D75F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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