Html Css Color HEX #D9574D Valencia

📋 copy color: '#D9574D'

red 217 ◦ green 87 ◦ blue 77

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

Shades of Valencia #D9574D

Tints of Valencia #D9574D

RGB

 RED value IS 217 (85.16% from 255) = 56.96%

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

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

R = 56.96%
G = 22.83%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9574D (or 0xD9574D) is known color: Valencia. HEX triplet: D9, 57 and 4D. RGB value is (217,87,77). Sum of RGB (Red+Green+Blue) = 217+87+77=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9574D is #26A8B2. Grayscale: #7C7C7C. Windows color (decimal): -2533555 or 5068761. OLE color: 5068761.

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

Color convert

RGB 217 87 77 -
CMYK 0 0.60 0.65 0.15
HSL 4.29º 0.65% 0.58% -
HSV(B) 4.29º 0.65% 0.85% -
XYZ 33.36 22.1 9.53 -
YUV 124.73 101.07 193.81 -
System Red Green Blue C M Y K H S L
Decimal 217 87 77 0 0.60 0.65 0.15 4.29 0.65 0.58
Hex D9 57 4D 0 3C 41 F 4 41 3A
Octal 331 127 115 0 74 101 17 4 101 72
Binary 11011001 1010111 1001101 0 111100 1000001 1111 100 1000001 111010

Color Harmonies of #D9574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9574D

Black with #D9574D

Text Example


Text Example

White with #D9574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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