Html Css Color HEX #D6524B Valencia

📋 copy color: '#D6524B'

red 214 ◦ green 82 ◦ blue 75

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

Shades of Valencia #D6524B

Tints of Valencia #D6524B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 57.68%
G = 22.1%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6524B (or 0xD6524B) is known color: Valencia. HEX triplet: D6, 52 and 4B. RGB value is (214,82,75). Sum of RGB (Red+Green+Blue) = 214+82+75=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6524B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6524B is #29ADB4. Grayscale: #787878. Windows color (decimal): -2731445 or 4936406. OLE color: 4936406.

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

Color convert

RGB 214 82 75 -
CMYK 0 0.62 0.65 0.16
HSL 3.02º 0.63% 0.57% -
HSV(B) 3.02º 0.65% 0.84% -
XYZ 32.02 20.84 8.99 -
YUV 120.67 102.23 194.57 -
System Red Green Blue C M Y K H S L
Decimal 214 82 75 0 0.62 0.65 0.16 3.02 0.63 0.57
Hex D6 52 4B 0 3E 41 10 3 3F 39
Octal 326 122 113 0 76 101 20 3 77 71
Binary 11010110 1010010 1001011 0 111110 1000001 10000 11 111111 111001

Color Harmonies of #D6524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6524B

Black with #D6524B

Text Example


Text Example

White with #D6524B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6524B; }

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

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

background-color css

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

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

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

border-color css

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

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

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