Html Css Color HEX #D7574C Valencia

📋 copy color: '#D7574C'

red 215 ◦ green 87 ◦ blue 76

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

Shades of Valencia #D7574C

Tints of Valencia #D7574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.02%

 BLUE value IS 76 (30.08% from 255) = 20.11%

R = 56.88%
G = 23.02%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7574C (or 0xD7574C) is known color: Valencia. HEX triplet: D7, 57 and 4C. RGB value is (215,87,76). Sum of RGB (Red+Green+Blue) = 215+87+76=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7574C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7574C is #28A8B3. Grayscale: #7C7C7C. Windows color (decimal): -2664628 or 5003223. OLE color: 5003223.

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

Color convert

RGB 215 87 76 -
CMYK 0 0.60 0.65 0.16
HSL 4.75º 0.63% 0.57% -
HSV(B) 4.75º 0.65% 0.84% -
XYZ 32.74 21.79 9.32 -
YUV 124.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 215 87 76 0 0.60 0.65 0.16 4.75 0.63 0.57
Hex D7 57 4C 0 3C 41 10 5 3F 39
Octal 327 127 114 0 74 101 20 5 77 71
Binary 11010111 1010111 1001100 0 111100 1000001 10000 101 111111 111001

Color Harmonies of #D7574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7574C

Black with #D7574C

Text Example


Text Example

White with #D7574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7574C; }

 p { color: rgb(215,87,76); }

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

background-color css

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

 a { background-color: rgb(215,87,76); }

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

border-color css

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

 span { border-color: rgb(215,87,76); }

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