Html Css Color HEX #D75249 Valencia

📋 copy color: '#D75249'

red 215 ◦ green 82 ◦ blue 73

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

Shades of Valencia #D75249

Tints of Valencia #D75249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

 BLUE value IS 73 (28.91% from 255) = 19.73%

R = 58.11%
G = 22.16%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D75249 (or 0xD75249) is known color: Valencia. HEX triplet: D7, 52 and 49. RGB value is (215,82,73). Sum of RGB (Red+Green+Blue) = 215+82+73=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 73 (28.91% from 255 or 19.73% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D75249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D75249 is #28ADB6. Grayscale: #787878. Windows color (decimal): -2665911 or 4805335. OLE color: 4805335.

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

Color convert

RGB 215 82 73 -
CMYK 0 0.62 0.66 0.16
HSL 3.8º 0.64% 0.56% -
HSV(B) 3.8º 0.66% 0.84% -
XYZ 32.24 20.96 8.65 -
YUV 120.74 101.06 195.23 -
System Red Green Blue C M Y K H S L
Decimal 215 82 73 0 0.62 0.66 0.16 3.8 0.64 0.56
Hex D7 52 49 0 3E 42 10 4 40 38
Octal 327 122 111 0 76 102 20 4 100 70
Binary 11010111 1010010 1001001 0 111110 1000010 10000 100 1000000 111000

Color Harmonies of #D75249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75249

Black with #D75249

Text Example


Text Example

White with #D75249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75249; }

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

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

background-color css

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

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

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

border-color css

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

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

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