Html Css Color HEX #D6574D Valencia

📋 copy color: '#D6574D'

red 214 ◦ green 87 ◦ blue 77

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

Shades of Valencia #D6574D

Tints of Valencia #D6574D

RGB

 RED value IS 214 (83.98% from 255) = 56.61%

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

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

R = 56.61%
G = 23.02%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6574D (or 0xD6574D) is known color: Valencia. HEX triplet: D6, 57 and 4D. RGB value is (214,87,77). Sum of RGB (Red+Green+Blue) = 214+87+77=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6574D is #29A8B2. Grayscale: #7C7C7C. Windows color (decimal): -2730163 or 5068758. OLE color: 5068758.

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

Color convert

RGB 214 87 77 -
CMYK 0 0.59 0.64 0.16
HSL 4.38º 0.63% 0.57% -
HSV(B) 4.38º 0.64% 0.84% -
XYZ 32.48 21.65 9.49 -
YUV 123.83 101.58 192.31 -
System Red Green Blue C M Y K H S L
Decimal 214 87 77 0 0.59 0.64 0.16 4.38 0.63 0.57
Hex D6 57 4D 0 3B 40 10 4 3F 39
Octal 326 127 115 0 73 100 20 4 77 71
Binary 11010110 1010111 1001101 0 111011 1000000 10000 100 111111 111001

Color Harmonies of #D6574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6574D

Black with #D6574D

Text Example


Text Example

White with #D6574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6574D; }

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

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

background-color css

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

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

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

border-color css

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

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

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