Html Css Color HEX #D8574D Valencia

📋 copy color: '#D8574D'

red 216 ◦ green 87 ◦ blue 77

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

Shades of Valencia #D8574D

Tints of Valencia #D8574D

RGB

 RED value IS 216 (84.77% from 255) = 56.84%

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

 BLUE value IS 77 (30.47% from 255) = 20.26%

R = 56.84%
G = 22.89%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8574D (or 0xD8574D) is known color: Valencia. HEX triplet: D8, 57 and 4D. RGB value is (216,87,77). Sum of RGB (Red+Green+Blue) = 216+87+77=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 77 (30.47% from 255 or 20.26% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D8574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8574D is #27A8B2. Grayscale: #7C7C7C. Windows color (decimal): -2599091 or 5068760. OLE color: 5068760.

HSL color Cylindrical-coordinate representation of color #D8574D: hue angle of 4.32º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D8574D is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 87 77 -
CMYK 0 0.60 0.64 0.15
HSL 4.32º 0.64% 0.57% -
HSV(B) 4.32º 0.64% 0.85% -
XYZ 33.07 21.95 9.52 -
YUV 124.43 101.24 193.31 -
System Red Green Blue C M Y K H S L
Decimal 216 87 77 0 0.60 0.64 0.15 4.32 0.64 0.57
Hex D8 57 4D 0 3C 40 F 4 40 39
Octal 330 127 115 0 74 100 17 4 100 71
Binary 11011000 1010111 1001101 0 111100 1000000 1111 100 1000000 111001

Color Harmonies of #D8574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8574D

Black with #D8574D

Text Example


Text Example

White with #D8574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8574D; }

 p { color: rgb(216,87,77); }

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

background-color css

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

 a { background-color: rgb(216,87,77); }

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

border-color css

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

 span { border-color: rgb(216,87,77); }

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