Html Css Color HEX #D75F52 Valencia

📋 copy color: '#D75F52'

red 215 ◦ green 95 ◦ blue 82

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

Shades of Valencia #D75F52

Tints of Valencia #D75F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.92%

R = 54.85%
G = 24.23%
B = 20.92%

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

#D75F52 (or 0xD75F52) is known color: Valencia. HEX triplet: D7, 5F and 52. RGB value is (215,95,82). Sum of RGB (Red+Green+Blue) = 215+95+82=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75F52 is #28A0AD. Grayscale: #818181. Windows color (decimal): -2662574 or 5398487. OLE color: 5398487.

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

Color convert

RGB 215 95 82 -
CMYK 0 0.56 0.62 0.16
HSL 5.86º 0.62% 0.58% -
HSV(B) 5.86º 0.62% 0.84% -
XYZ 33.64 23.24 10.7 -
YUV 129.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 215 95 82 0 0.56 0.62 0.16 5.86 0.62 0.58
Hex D7 5F 52 0 38 3E 10 6 3E 3A
Octal 327 137 122 0 70 76 20 6 76 72
Binary 11010111 1011111 1010010 0 111000 111110 10000 110 111110 111010

Color Harmonies of #D75F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F52

Black with #D75F52

Text Example


Text Example

White with #D75F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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