Html Css Color HEX #D8584A Valencia

📋 copy color: '#D8584A'

red 216 ◦ green 88 ◦ blue 74

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

Shades of Valencia #D8584A

Tints of Valencia #D8584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.28%

 BLUE value IS 74 (29.3% from 255) = 19.58%

R = 57.14%
G = 23.28%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8584A (or 0xD8584A) is known color: Valencia. HEX triplet: D8, 58 and 4A. RGB value is (216,88,74). Sum of RGB (Red+Green+Blue) = 216+88+74=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8584A is #27A7B5. Grayscale: #7C7C7C. Windows color (decimal): -2598838 or 4872408. OLE color: 4872408.

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

Color convert

RGB 216 88 74 -
CMYK 0 0.59 0.66 0.15
HSL 5.92º 0.65% 0.57% -
HSV(B) 5.92º 0.66% 0.85% -
XYZ 33.04 22.07 9 -
YUV 124.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 216 88 74 0 0.59 0.66 0.15 5.92 0.65 0.57
Hex D8 58 4A 0 3B 42 F 6 41 39
Octal 330 130 112 0 73 102 17 6 101 71
Binary 11011000 1011000 1001010 0 111011 1000010 1111 110 1000001 111001

Color Harmonies of #D8584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8584A

Black with #D8584A

Text Example


Text Example

White with #D8584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8584A; }

 p { color: rgb(216,88,74); }

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

background-color css

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

 a { background-color: rgb(216,88,74); }

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

border-color css

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

 span { border-color: rgb(216,88,74); }

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