Html Css Color HEX #D7574B Valencia

📋 copy color: '#D7574B'

red 215 ◦ green 87 ◦ blue 75

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

Shades of Valencia #D7574B

Tints of Valencia #D7574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 57.03%
G = 23.08%
B = 19.89%

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

#D7574B (or 0xD7574B) is known color: Valencia. HEX triplet: D7, 57 and 4B. RGB value is (215,87,75). Sum of RGB (Red+Green+Blue) = 215+87+75=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D7574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7574B is #28A8B4. Grayscale: #7C7C7C. Windows color (decimal): -2664629 or 4937687. OLE color: 4937687.

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

Color convert

RGB 215 87 75 -
CMYK 0 0.60 0.65 0.16
HSL 5.14º 0.64% 0.57% -
HSV(B) 5.14º 0.65% 0.84% -
XYZ 32.7 21.77 9.14 -
YUV 123.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 215 87 75 0 0.60 0.65 0.16 5.14 0.64 0.57
Hex D7 57 4B 0 3C 41 10 5 40 39
Octal 327 127 113 0 74 101 20 5 100 71
Binary 11010111 1010111 1001011 0 111100 1000001 10000 101 1000000 111001

Color Harmonies of #D7574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7574B

Black with #D7574B

Text Example


Text Example

White with #D7574B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7574B; }

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

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

background-color css

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

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

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

border-color css

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

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

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