Html Css Color HEX #D6534B Valencia

📋 copy color: '#D6534B'

red 214 ◦ green 83 ◦ blue 75

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

Shades of Valencia #D6534B

Tints of Valencia #D6534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.31%

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

R = 57.53%
G = 22.31%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6534B (or 0xD6534B) is known color: Valencia. HEX triplet: D6, 53 and 4B. RGB value is (214,83,75). Sum of RGB (Red+Green+Blue) = 214+83+75=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D6534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6534B is #29ACB4. Grayscale: #797979. Windows color (decimal): -2731189 or 4936662. OLE color: 4936662.

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

Color convert

RGB 214 83 75 -
CMYK 0 0.61 0.65 0.16
HSL 3.45º 0.63% 0.57% -
HSV(B) 3.45º 0.65% 0.84% -
XYZ 32.09 20.99 9.02 -
YUV 121.26 101.9 194.15 -
System Red Green Blue C M Y K H S L
Decimal 214 83 75 0 0.61 0.65 0.16 3.45 0.63 0.57
Hex D6 53 4B 0 3D 41 10 3 3F 39
Octal 326 123 113 0 75 101 20 3 77 71
Binary 11010110 1010011 1001011 0 111101 1000001 10000 11 111111 111001

Color Harmonies of #D6534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6534B

Black with #D6534B

Text Example


Text Example

White with #D6534B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6534B; }

 p { color: rgb(214,83,75); }

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

background-color css

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

 a { background-color: rgb(214,83,75); }

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

border-color css

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

 span { border-color: rgb(214,83,75); }

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