Html Css Color HEX #D85C4C Valencia

📋 copy color: '#D85C4C'

red 216 ◦ green 92 ◦ blue 76

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

Shades of Valencia #D85C4C

Tints of Valencia #D85C4C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.96%

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 56.25%
G = 23.96%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D85C4C (or 0xD85C4C) is known color: Valencia. HEX triplet: D8, 5C and 4C. RGB value is (216,92,76). Sum of RGB (Red+Green+Blue) = 216+92+76=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 92 (36.33% from 255 or 23.96% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C4C is #27A3B3. Grayscale: #7F7F7F. Windows color (decimal): -2597812 or 5004504. OLE color: 5004504.

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

Color convert

RGB 216 92 76 -
CMYK 0 0.57 0.65 0.15
HSL 6.86º 0.64% 0.57% -
HSV(B) 6.86º 0.65% 0.85% -
XYZ 33.45 22.78 9.47 -
YUV 127.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 216 92 76 0 0.57 0.65 0.15 6.86 0.64 0.57
Hex D8 5C 4C 0 39 41 F 7 40 39
Octal 330 134 114 0 71 101 17 7 100 71
Binary 11011000 1011100 1001100 0 111001 1000001 1111 111 1000000 111001

Color Harmonies of #D85C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85C4C

Black with #D85C4C

Text Example


Text Example

White with #D85C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85C4C; }

 p { color: rgb(216,92,76); }

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

background-color css

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

 a { background-color: rgb(216,92,76); }

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

border-color css

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

 span { border-color: rgb(216,92,76); }

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