Html Css Color HEX #D35650 Valencia

📋 copy color: '#D35650'

red 211 ◦ green 86 ◦ blue 80

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

Shades of Valencia #D35650

Tints of Valencia #D35650

RGB

 RED value IS 211 (82.81% from 255) = 55.97%

 GREEN value IS 86 (33.98% from 255) = 22.81%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 55.97%
G = 22.81%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#D35650 (or 0xD35650) is known color: Valencia. HEX triplet: D3, 56 and 50. RGB value is (211,86,80). Sum of RGB (Red+Green+Blue) = 211+86+80=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D35650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35650 is #2CA9AF. Grayscale: #7A7A7A. Windows color (decimal): -2927024 or 5265107. OLE color: 5265107.

HSL color Cylindrical-coordinate representation of color #D35650: hue angle of 2.75º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35650 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 80 -
CMYK 0 0.59 0.62 0.17
HSL 2.75º 0.6% 0.57% -
HSV(B) 2.75º 0.62% 0.83% -
XYZ 31.64 21.08 9.99 -
YUV 122.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 211 86 80 0 0.59 0.62 0.17 2.75 0.6 0.57
Hex D3 56 50 0 3B 3E 11 3 3C 39
Octal 323 126 120 0 73 76 21 3 74 71
Binary 11010011 1010110 1010000 0 111011 111110 10001 11 111100 111001

Color Harmonies of #D35650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35650

Black with #D35650

Text Example


Text Example

White with #D35650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35650; }

 p { color: rgb(211,86,80); }

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

background-color css

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

 a { background-color: rgb(211,86,80); }

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

border-color css

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

 span { border-color: rgb(211,86,80); }

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